aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-03-29 12:37:39 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-03-29 12:37:39 +0100
commit0b14905827f3615d33767b75a7aee317eb14ccdc (patch)
treecafbfd01e7f784b51f188f2887ee017b269cfce1 /web
parent3b127fdb044cb43cf519be593159cde2931b71fd (diff)
Use local copy of logo, IE7 map tweak.
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/bromley/layout.scss7
1 files changed, 4 insertions, 3 deletions
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;
}