Fixed typo in core.css
[catagits/Gitalist.git] / root / static / css / core.css
index fca2565..076c9c2 100755 (executable)
@@ -14,9 +14,8 @@
        background-color:#f0f0f0;
 }
 
-
 body{
-       background:#FAFAFA url(/static/i/bg.png) repeat-x left top;
+       background:#FAFAFA url([% c.uri_for('/static/i/bg.png') %]) repeat-x left top;
        padding:0;
        margin:0;
        font-family:Arial, Verdana, sans-serif;
@@ -272,6 +271,16 @@ a.raw{
        padding-top:2px;
        float:left;
 }
+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{
        padding:5px 10px 5px 35px;
        background:#f0f0f0 url([% c.uri_for('/static/i/icons/attention.png') %]) no-repeat 10px center;
@@ -483,7 +492,7 @@ BUT the final width needs to be set with javascript based on the parent element
   padding: 0 8px;
 }
 #blame a {
- atext-decoration: none;
+ text-decoration: none;
 }
 #blame {
     overflow-x: scroll;
@@ -527,3 +536,7 @@ div.blob {
 
 /* /blobdiff etc */
 
+/* Hidden spans that contain bits of data to be used by JS */
+.js-data {
+    display: none;
+}