Moved JS into its own file.
[catagits/Gitalist.git] / root / static / css / core.css
index 8abfa26..41e66a4 100755 (executable)
@@ -14,7 +14,6 @@
        background-color:#f0f0f0;
 }
 
-
 body{
        background:#FAFAFA url([% c.uri_for('/static/i/bg.png') %]) repeat-x left top;
        padding:0;
@@ -274,10 +273,12 @@ a.raw{
 }
 a.file{
        padding-left:25px;
+       padding-bottom:1px;
        background:transparent url([% c.uri_for('/static/i/icons/file.png') %]) no-repeat;
 }
 a.folder{
        padding-left:25px;
+       padding-bottom:1px;
        background:transparent url([% c.uri_for('/static/i/icons/folder.png') %]) no-repeat;
 }
 .msg{
@@ -535,3 +536,7 @@ div.blob {
 
 /* /blobdiff etc */
 
+/* Hidden spans that contain bits of data to be used by JS */
+.js-data {
+    display: none;
+}