aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Mytton <self@hecticjeff.net>2013-08-08 18:53:54 +0100
committerChris Mytton <self@hecticjeff.net>2013-08-08 18:53:54 +0100
commit6b58b0d8dd3f169993ec94abb5622ff48a6f84a4 (patch)
tree8170cf8724faa43140942f6d526400d380b96582
parente48fd8ff8fa25c0a1fc0f9a626ae304d9a067012 (diff)
Fix spacing around content on oxfordshire map
-rw-r--r--web/cobrands/oxfordshire/layout.scss9
1 files changed, 8 insertions, 1 deletions
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss
index b9f9f7ac4..6b377bec5 100644
--- a/web/cobrands/oxfordshire/layout.scss
+++ b/web/cobrands/oxfordshire/layout.scss
@@ -40,7 +40,7 @@ body, body a {
// White background, so no shadow or margin needed.
.content {
- margin: 0;
+ margin: 3em 0 0 1em;
@include box-shadow(none);
}
.ie6, .ie7, .ie8 {
@@ -123,6 +123,13 @@ body.twothirdswidthpage .content {
}
}
}
+
+body.mappage {
+ .content {
+ padding: 1em;
+ }
+}
+
.ie6, .ie7 {
body.mappage .container {
width: 464px;