diff options
Diffstat (limited to 'sitestatic/archweb.css')
-rw-r--r-- | sitestatic/archweb.css | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css index 764f4d4a..5c464ce3 100644 --- a/sitestatic/archweb.css +++ b/sitestatic/archweb.css @@ -14,13 +14,7 @@ /* container for the entire bar */ #archnavbar { height: 40px !important; padding: 10px 15px !important; background: #333 !important; border-bottom: 5px #08c solid !important; } - -/* logo trickery -- GIF for IE6 and PNG for the rest */ -#archnavbarlogo { float: left !important; margin: 0 !important; padding: 0 !important; height: 40px !important; width: 190px !important; } -/* IE6 doesn't support alpha PNGs so we serve it a GIF */ -#archnavbarlogo { background: url('archlogo.gif') no-repeat !important; } -/* and use a proper PNG for all other modern browsers */ -html > body #archnavbarlogo { background: url('archlogo.png') no-repeat !important; } +#archnavbarlogo { background: url('archlogo.png') no-repeat !important; } /* move the heading/paragraph text offscreen */ #archnavbarlogo p { margin: 0 !important; padding: 0 !important; text-indent: -9999px !important; } |