diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-03-29 12:37:39 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-03-29 12:37:39 +0100 |
commit | 0b14905827f3615d33767b75a7aee317eb14ccdc (patch) | |
tree | cafbfd01e7f784b51f188f2887ee017b269cfce1 | |
parent | 3b127fdb044cb43cf519be593159cde2931b71fd (diff) |
Use local copy of logo, IE7 map tweak.
-rw-r--r-- | templates/web/bromley/header.html | 2 | ||||
-rw-r--r-- | web/cobrands/bromley/layout.scss | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/templates/web/bromley/header.html b/templates/web/bromley/header.html index 155a44745..055bcf6a4 100644 --- a/templates/web/bromley/header.html +++ b/templates/web/bromley/header.html @@ -37,7 +37,7 @@ </ul> <div class="logo"> - <a href="http://www.bromley.gov.uk"><img src="http://www.bromley.gov.uk/site/images/bromley-logo.jpg" alt="London Borough of Bromley logo" width="159" height="114" /></a> + <a href="http://www.bromley.gov.uk"><img src="/cobrands/bromley/bromley-logo.jpg" alt="London Borough of Bromley logo" width="159" height="114" style="width:159px; height:114px;" /></a> </div> <!-- <div class="sign-in"> diff --git a/web/cobrands/bromley/layout.scss b/web/cobrands/bromley/layout.scss index bf19a7e77..8c24f063b 100644 --- a/web/cobrands/bromley/layout.scss +++ b/web/cobrands/bromley/layout.scss @@ -67,12 +67,13 @@ body.mappage .content { // As map can scroll and isn't at the top, give it an edge #map_box { - border-top: solid 1px #666; - border-bottom: solid 1px #666; + border-top: solid 1px #999; + border-bottom: solid 1px #999; } // Perhaps fix map location (should be in central?) -.ie6 #map_box { +.ie6 #map_box, .ie7 #map_box { right: -30em; + top: 0; } |