diff options
author | Chris Mytton <self@hecticjeff.net> | 2013-08-12 17:45:11 +0100 |
---|---|---|
committer | Chris Mytton <self@hecticjeff.net> | 2013-08-12 17:45:11 +0100 |
commit | 338175b0e7df7cee7a02df8f911b1d104086a2a1 (patch) | |
tree | 1638d1c246eefb681097beb162069d338ebf1092 | |
parent | 12be628237ec7902b45e903512393091db9ebe5f (diff) |
Fix map layout in IE7
-rw-r--r-- | web/cobrands/oxfordshire/layout.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss index 44a54f342..ad2599fb9 100644 --- a/web/cobrands/oxfordshire/layout.scss +++ b/web/cobrands/oxfordshire/layout.scss @@ -38,7 +38,7 @@ body, body a { display: none; } -.content, .ie8 .content { +.content, .ie7 .content, .ie8 .content { margin: 3em 0 0 1em; } |