From: Gabriel Dunne Date: Sat, 23 Mar 2013 06:54:06 +0000 (-0700) Subject: Added some libs. X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=52c817e16cc47312d4ea640f209e259f51d15602;p=visual-archive.git Added some libs. --- diff --git a/pjscrape b/pjscrape new file mode 160000 index 0000000..19fd7c1 --- /dev/null +++ b/pjscrape @@ -0,0 +1 @@ +Subproject commit 19fd7c11cee38c588cc1d2a2b0002d5f67f58ea8 diff --git a/public/css/style.css b/public/css/style.css index 9fc7adf..12e70bb 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -15,6 +15,7 @@ a { color:#ff0; } ul.thumbs { + margin-top:35px; text-align:center; } ul.thumbs li { @@ -56,4 +57,8 @@ ul.thumbs li img { position:fixed; top:5px; right:5px; + color:#ddd; + background:#111; + border:1px solid #666; + padding:5px; } diff --git a/public/js/script.js b/public/js/script.js index 5627d5c..2fb9dab 100644 --- a/public/js/script.js +++ b/public/js/script.js @@ -22,8 +22,8 @@ $(document).ready(function() { }); $.getJSON('data/prelinger_extended-search.json', function(data) { - $('#filter').show(); extended_json = data; + $('#filter').show(); }); $('#scrim').click(function() { diff --git a/routes/index.js b/routes/index.js index fed6d85..b56c6e9 100644 --- a/routes/index.js +++ b/routes/index.js @@ -2,7 +2,6 @@ var fs = require("fs") , prelinger = require('../prelinger.json'); var LIMIT = false; - exports.index = function(req, res) { var count = 10; var clips = [];