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/win.css | |
| parent | d32d26065494ccbd4a9ddba0789003e3daa5fa28 (diff) | |
| parent | 4479097093127a20a40a9dceb604bf4290c09a2d (diff) | |
committing stuff so i can merge pulled repo
Diffstat (limited to 'static/css/win.css')
| -rw-r--r-- | static/css/win.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/win.css b/static/css/win.css index 9bf2f90..6b59e51 100644 --- a/static/css/win.css +++ b/static/css/win.css @@ -4,7 +4,7 @@ body { 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:1 10; background-attachment:fixed; @@ -47,7 +47,7 @@ ul { height: 24px; padding:0; background-color:#fff; -background-image:url(/static/upload.png); +background-image:url(/static/img/upload.png); border:1px solid #999; cursor:move; box-shadow:0px 0px 10px #100; |
