diff options
author | Jedidiah Broadbent <hello@jedidiah.eu> | 2012-10-08 16:47:05 +0100 |
---|---|---|
committer | Jedidiah Broadbent <hello@jedidiah.eu> | 2012-10-08 16:47:05 +0100 |
commit | ab958bc5252fe708f213a435b67d1607b61252a0 (patch) | |
tree | c27b3db9b47db6da7f6a8351a1749b354c9bd15a | |
parent | 82d34958d3b98ed9fb9c64881a5c840f78ada61a (diff) |
Stevenage: IE6/7 Tweaks
-rw-r--r-- | web/cobrands/stevenage/_layout.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/stevenage/_layout.scss b/web/cobrands/stevenage/_layout.scss index 7a9e35226..81532022b 100644 --- a/web/cobrands/stevenage/_layout.scss +++ b/web/cobrands/stevenage/_layout.scss @@ -273,6 +273,10 @@ body.mappage { body.mappage { #stevenage_cc_header { position:absolute; + top:0; + } + .content{ + margin-top:6em; } // The below is *mandatory* to allow pins/zoom to be clickable in IE6/7. Do NOT remove. .container { |