diff options
-rw-r--r-- | web/cobrands/barnet/layout.scss | 37 |
1 files changed, 18 insertions, 19 deletions
diff --git a/web/cobrands/barnet/layout.scss b/web/cobrands/barnet/layout.scss index 1f43168d6..ad60890df 100644 --- a/web/cobrands/barnet/layout.scss +++ b/web/cobrands/barnet/layout.scss @@ -31,10 +31,6 @@ margin-left: 3em; } -.content { - width: auto; -} - .nav-wrapper { display: none; } @@ -59,15 +55,25 @@ margin-bottom: 0.5em; } -/* -.mappage #content .container h1 { - margin-left: 0; +.shadow-wrap { + position: static; + padding-top: 0; + margin-bottom: 1em; + ul#key-tools { + border-top: none; + border-bottom: 1px solid $primary; + } + ul#key-tools.singleton { + li a { + padding-right: 4em; + } + } } -*/ #content h1.big-green-banner { - font-size: 1em; + font-size: 1.4em; margin-left: -2em; + background: #e1e3e4 url(/cobrands/fixmystreet/images/sprite.png) right -2192px no-repeat } /* barnet styles */ @@ -147,7 +153,7 @@ body > html {font-size: 12px;} #content h3 {margin: 18px 0 10px; font-size: 1.2em;} #content h3.links-heading {float: left;} #content h3#pagenavbox {margin-top: 12px; padding-top: 18px; border-top: 1px solid #e1e1e1;} -#content h4 {margin: 18px 0 10px; font-size: 1.1em;} +/*#content h4 {margin: 18px 0 10px; font-size: 1.1em;}*/ #content p {margin: 0 0 10px;} #content p.summary {font-size: 1.1em; line-height: 1.5;} @@ -168,8 +174,10 @@ body > html {font-size: 12px;} #content address {font-style: normal; background: url(../css_img/icon_email.gif) no-repeat 0 4px; padding: 3px 0 15px 20px;} +/* #content ul li {padding: 0 0 6px;} #content ol li {padding: 0 0 6px;} +*/ #content a.icon img {float: left; height: 16px; margin: 0 10px 0 0; width: 16px;} @@ -300,13 +308,4 @@ body.twothirdswidthpage { } // So as not to interfere with the Bromley footer, make the fixed nav static. -.shadow-wrap { - position: static; - padding-top: 0; - margin-bottom: 1em; - ul#key-tools { - border-top: none; - border-bottom: 1px solid $primary; - } -} */ |