summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjules <jules@okfoc.us>2014-01-29 12:42:14 -0500
committerjules <jules@okfoc.us>2014-01-29 12:42:14 -0500
commitb9eff4060a6f43948ecc4247bc60bfb13ac889fc (patch)
treed76542f2574fef6191d80b1d59f4795ce4ecdf58
parentc6b804f72f3e61f09692b2b29f73e1a6eb25687d (diff)
border-bottom
-rw-r--r--Gruntfile.js1
-rw-r--r--dist/index.html2
-rw-r--r--shader-combo.html2
3 files changed, 2 insertions, 3 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 9ee254a..04c7809 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -95,7 +95,6 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-copy');
grunt.loadNpmTasks('grunt-dentist');
-
// Default task(s).
grunt.registerTask('default', ['dentist:build', 'concat:build', 'uglify:build', 'copy:build']);
grunt.registerTask('install', ['default', 'clean', 'copy:release']);
diff --git a/dist/index.html b/dist/index.html
index 22e87bb..c0126fa 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -16,7 +16,7 @@ a { color: #00f; }
#uploaded-url { display: none; width: 400px; }
#uploaded-url + br { display: none; }
#header { clear: right; width:100%; padding: 0; font-size: 12px; }
-#shader-gallery,#gallery-images { display: block; height: 152px; overflow-y: auto; width: 100%; padding: 0; }
+#shader-gallery,#gallery-images { display: block; height: 152px; overflow-y: auto; width: 100%; padding: 0; border-bottom: 1px solid #ccc; }
#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 }
diff --git a/shader-combo.html b/shader-combo.html
index 9fb656e..da7f579 100644
--- a/shader-combo.html
+++ b/shader-combo.html
@@ -18,7 +18,7 @@ a { color: #00f; }
#uploaded-url + br { display: none; }
#header { clear: right; width:100%; padding: 0; font-size: 12px; }
-#shader-gallery,#gallery-images { display: block; height: 152px; overflow-y: auto; width: 100%; padding: 0; }
+#shader-gallery,#gallery-images { display: block; height: 152px; overflow-y: auto; width: 100%; padding: 0; border-bottom: 1px solid #ccc; }
#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 }