summaryrefslogtreecommitdiff
path: root/static/css/directory.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/directory.css')
-rw-r--r--static/css/directory.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/static/css/directory.css b/static/css/directory.css
index d9be85b..0ca097d 100644
--- a/static/css/directory.css
+++ b/static/css/directory.css
@@ -112,7 +112,7 @@ color:fff;
text-shadow: 1px 1px 1px #000;
padding-right:8;
text-transform:uppercase;
- background-image:url(/static/upload.png);
+ background-image:url(/static/img/upload.png);
margin-top:-54;
text-indent:5;
}
@@ -136,7 +136,7 @@ text-indent:6;
-moz-border-radius-bottomright:5px;
height:32;
text-transform:capitalize;
- background-image:url(/static/upload.png);
+ background-image:url(/static/img/upload.png);
}
@@ -170,7 +170,7 @@ width:73;
height:32;
padding:2;
border:1px;
- background-image:url(/static/upload.png);
+ background-image:url(/static/img/upload.png);
border-top-left-radius:5px;
border-top-right-radius:5px;
-webkit-border-top-left-radius:5px;
@@ -362,13 +362,13 @@ font-size:60%;
}
#headerbar{
top:80;
- background-image:url(/static/welcomebar.gif);
+ background-image:url(/static/img/welcomebar.gif);
}
.invisible { display: none !important; }
body,td,th {
font-family: Arial, Helvetica, sans-serif;
background-color:#ffffee;
- background-image:url(/static/chanbg.png);
+ background-image:url(/static/img/chanbg.png);
background-repeat:repeat-x;
background-position:top;
background-attachment:fixed;