From 66ebed7043371ba52138e42335509116529f928f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 14 Jul 2013 12:06:05 -0600 Subject: parabola branding --- sitestatic/archweb.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sitestatic/archweb.css') diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css index a892efbf..e2b88042 100644 --- a/sitestatic/archweb.css +++ b/sitestatic/archweb.css @@ -13,14 +13,14 @@ */ /* container for the entire bar */ -#archnavbar { height: 40px !important; padding: 10px 15px !important; background: #333 !important; border-bottom: 5px #08c solid !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; } +#archnavbar { height: 40px !important; padding: 10px 15px !important; background: #000 !important; border-bottom: 5px #787DAB solid !important; } +#archnavbarlogo { float: left !important; margin: -5px 0 0 0 !important; padding: 0 !important; height: 50px !important; width: 324px !important; background: url('archnavbar/archlogo.png') no-repeat !important; } /* move the heading text offscreen */ #archnavbarlogo h1 { margin: 0 !important; padding: 0 !important; text-indent: -9999px !important; } /* make the link the same size as the logo */ -#archnavbarlogo a { display: block !important; height: 40px !important; width: 190px !important; } +#archnavbarlogo a { display: block !important; height: 50px !important; width: 324px !important; } /* display the list inline, float it to the right and style it */ #archnavbarlist { display: inline !important; float: right !important; list-style: none !important; margin: 0 !important; padding: 0 !important; } -- cgit v1.2.3-54-g00ecf