aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2012-12-05 16:32:47 +0000
committerDave Whiteland <dave@mysociety.org>2012-12-05 16:32:47 +0000
commitb1bfbc29610321c44398c37c23b9ec5bfe241df5 (patch)
treedeb526282d823a08fab6f5697d023da0cb139046
parentbb8a88e5cec09221143bdf9ca9db6b94d1cad2d5 (diff)
push the aside down a bit, and add padding to the whole page like Oxfordshire do on their own site
-rw-r--r--web/cobrands/oxfordshire/layout.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss
index da4fbc150..8d5710158 100644
--- a/web/cobrands/oxfordshire/layout.scss
+++ b/web/cobrands/oxfordshire/layout.scss
@@ -72,6 +72,10 @@ body.twothirdswidthpage {
// So that map appears underneath the header
.wrapper {
position: relative;
+ .table-cell {
+ padding-left: 13px; // added 13px to match Oxfordshire's normal look
+ padding-right: 13px;
+ }
}
.ie6, .ie7 {
.wrapper {
@@ -111,7 +115,7 @@ body.twothirdswidthpage .content {
.sticky-sidebar {
left: 672px;
aside {
- top:7em;
+ top:10em;
}
}
}