summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--common/css/examples.css16
-rw-r--r--examples.html2
2 files changed, 8 insertions, 10 deletions
diff --git a/common/css/examples.css b/common/css/examples.css
index ccf44d1..c2397a4 100644
--- a/common/css/examples.css
+++ b/common/css/examples.css
@@ -3,14 +3,14 @@
#filter_menu { width: 820px; height: 80px; margin-left: 18px; }
-.legendButton { padding:5px 15px; float:left; margin-left:10px; margin-right:10px; margin-bottom: 20px; }
-#core { cursor:pointer; background-color:#e1e1e1; color:#5c5a5a; border:3px solid #898888; }
-#shapes { cursor:pointer; background-color:#f0d6d6; color:#c55757; border:3px solid #e66666; }
-#textures { cursor:pointer; background-color:#c8eabf; color:#60815a; border:3px solid #75a06d; }
-#text { cursor:pointer; background-color:#bef0dd; color:#377764; border:3px solid #52b296; }
-#models { cursor:pointer; background-color:#bedce8; color:#417794; border:3px solid #5d9cbd; }
-#shaders { cursor:pointer; background-color:#e2c3f5; color:#a864d2; border:3px solid #a864d2; }
-#audio { cursor:pointer; background-color:#ebddae; color:#8c7539; border:3px solid #d3b157; }
+.legendButton { float:left; margin-right:10px; margin-bottom:20px; width:90px; height:80px; text-align: center; }
+#core { cursor:pointer; background-color:#e1e1e1; color:#5c5a5a; border:5px solid #898888; }
+#shapes { cursor:pointer; background-color:#f0d6d6; color:#c55757; border:5px solid #e66666; }
+#textures { cursor:pointer; background-color:#c8eabf; color:#60815a; border:5px solid #75a06d; }
+#text { cursor:pointer; background-color:#bef0dd; color:#377764; border:5px solid #52b296; }
+#models { cursor:pointer; background-color:#bedce8; color:#417794; border:5px solid #5d9cbd; }
+#shaders { cursor:pointer; background-color:#e2c3f5; color:#a864d2; border:5px solid #a864d2; }
+#audio { cursor:pointer; background-color:#ebddae; color:#8c7539; border:5px solid #d3b157; }
.core:hover { background-color:#e1e1e1; color:#5c5a5a; border:4px solid #898888; }
.shapes:hover { background-color:#f0d6d6; color:#c55757; border:4px solid #e66666; }
diff --git a/examples.html b/examples.html
index e7f8a78..90e6085 100644
--- a/examples.html
+++ b/examples.html
@@ -61,8 +61,6 @@
</div>
<div class="content">
- <p><b>[18 May 2019] WARNING: EXAMPLES ARE BEING REVIEWED for UPCOMING raylib 2.5 RIGHT NOW, THEY WILL BE READY AGAIN IN 2-3 DAYS!!! SORRY for the INCONVENIENCE!!!</b></p>
- <br>
<p>Examples are organized by colors depending on the raylib module features
they are teaching. Currently, raylib main modules are 7.</p>
<br>