aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2012-12-04 23:18:22 +0000
committerDave Whiteland <dave@mysociety.org>2012-12-04 23:18:22 +0000
commit80c1280ae952ea8dc86829081e210d006ad64a0e (patch)
tree194e1a1ac71c87378009d34f0042a6bfa061add3
parentf38b17379615513565553545480a732c59b201c4 (diff)
remove border/shadow from content, just plain white is fine
-rw-r--r--web/cobrands/oxfordshire/layout.scss12
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";