]> git.quilime.com - visual-archive.git/commitdiff
Added some libs.
authorGabriel Dunne <gdunne@quilime.com>
Sat, 23 Mar 2013 06:54:06 +0000 (23:54 -0700)
committerGabriel Dunne <gdunne@quilime.com>
Sat, 23 Mar 2013 06:54:06 +0000 (23:54 -0700)
pjscrape [new submodule]
public/css/style.css
public/js/script.js
routes/index.js

diff --git a/pjscrape b/pjscrape
new file mode 160000 (submodule)
index 0000000..19fd7c1
--- /dev/null
+++ b/pjscrape
@@ -0,0 +1 @@
+Subproject commit 19fd7c11cee38c588cc1d2a2b0002d5f67f58ea8
index 9fc7adfeb95047b737cb21720b00dc15ef08fb61..12e70bb79b39ed7f41112b9879a1356345888aa2 100644 (file)
@@ -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;
 }
index 5627d5c1fd341901204668f6663620d9fc89b3b7..2fb9dabdf7b4f52af528df55f8f183f14a8e8dd4 100644 (file)
@@ -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() {
index fed6d85ca064c96966e45c5468cdedcdda384e04..b56c6e9d0eb179e2343fd7f412677b0bc4e51e5b 100644 (file)
@@ -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 = [];