diff options
author | Chris Mytton <self@hecticjeff.net> | 2013-08-08 18:54:24 +0100 |
---|---|---|
committer | Chris Mytton <self@hecticjeff.net> | 2013-08-08 18:54:24 +0100 |
commit | e1d896dc989133a7e05182a7d0d1448e6a68859f (patch) | |
tree | 036e53de2f7cf34f626d2774480ea3b32e30ffe5 | |
parent | 6b58b0d8dd3f169993ec94abb5622ff48a6f84a4 (diff) |
Add the box shadow back to the map content box
-rw-r--r-- | web/cobrands/oxfordshire/layout.scss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss index 6b377bec5..ff5c70c86 100644 --- a/web/cobrands/oxfordshire/layout.scss +++ b/web/cobrands/oxfordshire/layout.scss @@ -38,10 +38,8 @@ body, body a { display: none; } -// White background, so no shadow or margin needed. .content { margin: 3em 0 0 1em; - @include box-shadow(none); } .ie6, .ie7, .ie8 { .content { |