diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-05-01 09:26:06 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-05-01 09:26:06 +0100 |
commit | e54464d7c26abce88c1a28812b1a5fff906b809c (patch) | |
tree | 68f66b0f7cc430fb40f3aea828e2f69d43249996 | |
parent | b0c313a027aa931fc47cc905bb009fa90dfb1b0c (diff) |
Fix IE8 margining.
-rw-r--r-- | web/cobrands/bromley/layout.scss | 1 | ||||
-rw-r--r-- | web/cobrands/fixmystreet/_layout.scss | 6 |
2 files changed, 2 insertions, 5 deletions
diff --git a/web/cobrands/bromley/layout.scss b/web/cobrands/bromley/layout.scss index 95bea315d..60a4cac7f 100644 --- a/web/cobrands/bromley/layout.scss +++ b/web/cobrands/bromley/layout.scss @@ -60,6 +60,7 @@ body.frontpage { } .ie6, .ie7, .ie8 { .content { + margin: 0; border: none; } } diff --git a/web/cobrands/fixmystreet/_layout.scss b/web/cobrands/fixmystreet/_layout.scss index af422c790..5756d4df3 100644 --- a/web/cobrands/fixmystreet/_layout.scss +++ b/web/cobrands/fixmystreet/_layout.scss @@ -212,13 +212,9 @@ h1 { // If no box-shadow, just want a boring black border to stand it out from the map. border: 1px solid #666; //take off margins so we line up properly - margin: 0; + margin: 0 0 0 0.5em; } } -//weird margining thing for ie8 -.ie8 .content { - margin-top:3em; -} // map page - has fixed header and different styling body.mappage { |