diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-06 21:49:33 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-06 21:49:33 -0400 |
| commit | bb6c557b0ec2c154d4da7aa3b291eebe942b9046 (patch) | |
| tree | 06be29104d80a5533ec76eb9693ce52cae802438 /static/css | |
| parent | a136333cfc240a9fa7a76e44344dd6dd6eaade96 (diff) | |
Deleted static files, updated css
Diffstat (limited to 'static/css')
| -rwxr-xr-x | static/css/browser.css | 2 | ||||
| -rw-r--r-- | static/css/directory.css | 2 | ||||
| -rwxr-xr-x | static/css/dump.css | 2 | ||||
| -rwxr-xr-x | static/css/header.css | 5 | ||||
| -rw-r--r-- | static/css/log.css | 2 | ||||
| -rwxr-xr-x | static/css/profile.css | 2 |
6 files changed, 7 insertions, 8 deletions
diff --git a/static/css/browser.css b/static/css/browser.css index fcf48f2..ce5600a 100755 --- a/static/css/browser.css +++ b/static/css/browser.css @@ -391,7 +391,7 @@ background-color:#f3f3f3; min-width:72px; line-height:15px; background-color:#F2F2F2; - background-image:/static/footer.png; + background-image:/static/img/footer.png; background-position:bottom; border:solid 1px #0f1e31; z-index:4; diff --git a/static/css/directory.css b/static/css/directory.css index 0ca097d..2a4d5f1 100644 --- a/static/css/directory.css +++ b/static/css/directory.css @@ -31,7 +31,7 @@ margin-bottom:15; #logavatar{ margin-left:-85; height:25; -background-image:url(/static/leftarrow.png); +background-image:url(/static/img/leftarrow.png); width:70; background-repeat:no-repeat; background-position:59 4; diff --git a/static/css/dump.css b/static/css/dump.css index e09c539..6adbc77 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -67,7 +67,7 @@ bottom:68; z-index:1111; right:38; font-size:15; -color:#000; +color:#999; text-shadow: #000 1px 1px 1px; } diff --git a/static/css/header.css b/static/css/header.css index e3a3653..2e6a3e6 100755 --- a/static/css/header.css +++ b/static/css/header.css @@ -35,7 +35,7 @@ margin-right:80%; } #header7{ - background-image:url(/static/dblue2.png); + background-image:url(/static/img/dblue2.png); background-attachment:inherit; margin: 0px auto -1px auto; top: 0px; @@ -157,7 +157,6 @@ color:#fff; top:0px; position:absolute; font-family: Arial, Helvetica, sans-serif; - background-image:url(/static/20bar7.ng); font-size: 12px; height:30; word-spacing:2; @@ -257,7 +256,7 @@ font-weight:bold; #cursor-big { position: absolute; z-index: 1000; } #iesucks{ -background-image:url(/static/ieburnbtn.gif); font-size:40;color:white;height:100%;width:100%;z-index:1000000000000000000000000000000;padding-top:100; +background-image:url(/static/img/ieburnbtn.gif); font-size:40;color:white;height:100%;width:100%;z-index:1000000000000000000000000000000;padding-top:100; padding-right:400;padding-left:50; font-weight:bold; diff --git a/static/css/log.css b/static/css/log.css index 8d3f5d5..aad2b60 100644 --- a/static/css/log.css +++ b/static/css/log.css @@ -31,7 +31,7 @@ margin-bottom:15; #logavatar{ margin-left:-85; height:25; -background-image:url(/static/leftarrow.png); +background-image:url(/static/img/leftarrow.png); width:70; background-repeat:no-repeat; background-position:59 4; diff --git a/static/css/profile.css b/static/css/profile.css index a4d75f9..751d452 100755 --- a/static/css/profile.css +++ b/static/css/profile.css @@ -64,7 +64,7 @@ margin-bottom:15; #logavatar{ margin-left:-49; height:22; -background-image:url(/static/leftarrow.png); +background-image:url(/static/img/leftarrow.png); background-repeat:no-repeat; background-position:22 1; margin-top:-22; |
