summaryrefslogtreecommitdiff
path: root/shader-api.html
diff options
context:
space:
mode:
authortimb <opuscule@gmail.com>2014-01-24 06:22:38 -0800
committertimb <opuscule@gmail.com>2014-01-24 06:22:38 -0800
commit65d561be1d64767c3434137ae17b380067e1ef19 (patch)
treea9a481f1973c47f2e658d052d88bf9ec8a0fb9d0 /shader-api.html
parent9bfb718de890bfaecae43b0d720038b0a9756bea (diff)
tiny css edit to get rid of horizontal scrollbar
Diffstat (limited to 'shader-api.html')
-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 }