diff options
author | Chris Mytton <self@hecticjeff.net> | 2013-08-12 17:42:21 +0100 |
---|---|---|
committer | Chris Mytton <self@hecticjeff.net> | 2013-08-12 17:42:21 +0100 |
commit | 12be628237ec7902b45e903512393091db9ebe5f (patch) | |
tree | 01eebfe0c6d5cc3fc1dd54fdccf9ada0b63ca0a4 | |
parent | c004ed6640bfd58e0564e97c90a1a5b32a3a9231 (diff) |
Make sure IE8 display content correctly
-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 9cd5ad0d5..44a54f342 100644 --- a/web/cobrands/oxfordshire/layout.scss +++ b/web/cobrands/oxfordshire/layout.scss @@ -38,7 +38,7 @@ body, body a { display: none; } -.content { +.content, .ie8 .content { margin: 3em 0 0 1em; } |