diff options
-rw-r--r-- | web/cobrands/oxfordshire/layout.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss index 775d11406..0b4c73d5b 100644 --- a/web/cobrands/oxfordshire/layout.scss +++ b/web/cobrands/oxfordshire/layout.scss @@ -30,4 +30,16 @@ body { display: none; } +// White background, so no shadow or margin needed. +.content { + margin: 0; + @include box-shadow(none); +} +.ie6, .ie7, .ie8 { + .content { + margin: 0; + border: none; + } +} + @import "oxfordshire"; |