diff options
-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; } |