diff options
author | Dave Whiteland <dave@mysociety.org> | 2012-12-05 01:12:44 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2012-12-05 01:12:44 +0000 |
commit | c6d2a11dbdcb0f0f739e1babc364b0d5b8cfe9a3 (patch) | |
tree | c9a807b3d3e6d78ea3519c57ffdfb13e131b4ca3 | |
parent | 5f647bf0e20120f9afa423d7cf2a8b297c253466 (diff) |
remove #oxford-nav (not used)
-rw-r--r-- | web/cobrands/oxfordshire/oxfordshire.scss | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/web/cobrands/oxfordshire/oxfordshire.scss b/web/cobrands/oxfordshire/oxfordshire.scss index 853cdfbf9..e2f437254 100644 --- a/web/cobrands/oxfordshire/oxfordshire.scss +++ b/web/cobrands/oxfordshire/oxfordshire.scss @@ -37,24 +37,16 @@ body { height:auto !important; min-height:84px; background: $oxfordshire_lt_green url("/cobrands/oxfordshire/images/header.jpg") no-repeat 0 0; - + a.logo:hover {cursor:pointer;cursor:hand} a.logo {float:left; display:inline; margin:3px 0 6px 10px; position:relative; overflow:hidden} a.logo span {display:block; position:absolute; top:0; left:0; z-index:10} - a.logo, a.logo span {width:173px; height:38px; background: url("/cobrands/oxfordshire/images/logo.jpg") no-repeat 0 0; - - #oxford-nav { - padding:0 7px 0 0; width:688px; overflow:hidden; clear:right;margin-left:263px;} - ul {float:left; width:686px; padding:0 0 0 2px; margin:0; background: url("/cobrands/oxfordshire/images/divider2x47.jpg") no-repeat 0 0} - ul li {float:left; padding:0 2px 0 0; margin:0; height:47px; list-style:none; background: url("/cobrands/oxfordshire/images/divider2x47.jpg") no-repeat right 0; font:bold 0.813em arial} - a {display:block; padding:10px 12px 0 12px; font:bold 1em arial; height:37px; color:#ffffff; text-align:center; background: url("/cobrands/oxfordshire/images/arrow-down.gif") no-repeat bottom center} - a:hover, a.active {background: #B2D7A6 url("/cobrands/oxfordshire/images/arrow-down-on.gif") no-repeat bottom center; text-decoration:none; color:#363636} - } - + a.logo, a.logo span {width:173px; height:38px; background: url("/cobrands/oxfordshire/images/logo.jpg") no-repeat 0 0;} + h1 {float:left; padding:8px 0 0 10px; margin:0; font-size:1.25em; line-height:normal; font-weight:bold; color:#ffffff; white-space:nowrap;font-family:"Trebuchet MS",Tahoma,Arial,sans-serif;} span.header {float:left; padding:8px 0 0 10px; margin:0; font-size:1.25em; line-height:normal; font-weight:bold; color:#ffffff; white-space:nowrap} a {color:#ffffff;} - + #oxford-links { padding: 10px 3px 0px 0px; float:right;color:#ffffff; a{ @@ -62,7 +54,7 @@ body { margin: 0px 5px 0px 5px } } - + /* .sign-in { float: right; @@ -98,6 +90,7 @@ body { } } + #oxford-footer { float:left; display:inline; |