diff options
author | Dan McGee <dan@archlinux.org> | 2012-10-21 08:49:25 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-10-21 08:49:25 -0500 |
commit | ba316d68bfee661666d2e87dc1b28c4f1b03ab6b (patch) | |
tree | 5cbbe0f0c2417b4b49b84dcc3172c25c85f6fefa /sitestatic | |
parent | ca1d4faa531768515f48b6856fda13016e12c0d3 (diff) |
Fix navbar logo stylingrelease_2012-10-21
The relative path to the logo PNG image wasn't correct, and too much of
the other styles got deleted when removing the IE6 compatibility shim.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'sitestatic')
-rw-r--r-- | sitestatic/archweb.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css index 5c464ce3..e6c1a3b8 100644 --- a/sitestatic/archweb.css +++ b/sitestatic/archweb.css @@ -14,7 +14,7 @@ /* container for the entire bar */ #archnavbar { height: 40px !important; padding: 10px 15px !important; background: #333 !important; border-bottom: 5px #08c solid !important; } -#archnavbarlogo { background: url('archlogo.png') no-repeat !important; } +#archnavbarlogo { float: left !important; margin: 0 !important; padding: 0 !important; height: 40px !important; width: 190px !important; background: url('archnavbar/archlogo.png') no-repeat !important; } /* move the heading/paragraph text offscreen */ #archnavbarlogo p { margin: 0 !important; padding: 0 !important; text-indent: -9999px !important; } |