diff options
author | Struan Donald <struan@exo.org.uk> | 2012-05-09 16:42:02 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-05-09 16:42:02 +0100 |
commit | 314d3726b82eac57a0645ac538747d6de91ddb21 (patch) | |
tree | ececfb5f74c6d7dcf5e3c2690f73a486b1fe1153 | |
parent | 96d12e57f350bb44436c229f2e19f4907e9c6e45 (diff) |
make local alerts and help page content full width
remove box shadow and aside as well
-rw-r--r-- | web/cobrands/barnet/layout.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/barnet/layout.scss b/web/cobrands/barnet/layout.scss index 78ab6ccde..0cd55884e 100644 --- a/web/cobrands/barnet/layout.scss +++ b/web/cobrands/barnet/layout.scss @@ -73,7 +73,11 @@ body.fullwidthpage { body.twothirdswidthpage { .content { + @include box-shadow(none); + width: 100%; + margin-top: 0; .sticky-sidebar { + display: none; aside { top: 25em; } |