summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shader-api.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/shader-api.html b/shader-api.html
index ba8530e..b17c45b 100644
--- a/shader-api.html
+++ b/shader-api.html
@@ -8,7 +8,7 @@
div { float: left; padding: 10px;}
form { display: inline-block; }
#shader-api,#gallery { clear: right; width:100%; padding: 0; font-size: 12px; }
-#shader-gallery,#gallery-images { display: block; min-height: 152px; max-height: 210px; overflow-y: auto; width: 100%; }
+#shader-gallery,#gallery-images { display: block; min-height: 152px; max-height: 210px; overflow-y: auto; width: 100%; padding: 0; }
#shader-gallery img,#shader-gallery canvas,#gallery-images img, #gallery-images canvas { max-width: 200px; height: 100px; margin: 5px; cursor: pointer; clear: right; }
.shader { width: 100px; }
.shader span { display: block }