diff options
| author | tim b <timb@camcompu.home> | 2010-04-03 21:11:45 -0700 |
|---|---|---|
| committer | tim b <timb@camcompu.home> | 2010-04-03 21:11:45 -0700 |
| commit | 7114b29dca66ac9032a74255fa9c7bb37e333fdc (patch) | |
| tree | 60153fb300568b34f173cf3c230e197b84cd8415 /static/css/directory.css | |
| parent | d32d26065494ccbd4a9ddba0789003e3daa5fa28 (diff) | |
| parent | 4479097093127a20a40a9dceb604bf4290c09a2d (diff) | |
committing stuff so i can merge pulled repo
Diffstat (limited to 'static/css/directory.css')
| -rw-r--r-- | static/css/directory.css | 10 |
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; |
