diff options
author | Struan Donald <struan@exo.org.uk> | 2012-05-01 15:14:07 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-05-01 15:14:07 +0100 |
commit | e1329874f7112b3113e826a72ce6b7effa909bef (patch) | |
tree | fb7d882f6efd80b0e33b56c7a9c29551e486b18c | |
parent | 71071fbec1bbcf47dd0a886b657c13cec51b357d (diff) |
sort out position of sidebar on faq and alerts pages
-rw-r--r-- | web/cobrands/barnet/layout.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/web/cobrands/barnet/layout.scss b/web/cobrands/barnet/layout.scss index 914534a90..6a777708f 100644 --- a/web/cobrands/barnet/layout.scss +++ b/web/cobrands/barnet/layout.scss @@ -58,6 +58,16 @@ body.fullwidthpage { } } +body.twothirdswidthpage { + .content { + .sticky-sidebar { + aside { + top: 25em; + } + } + } +} + .nav-wrapper { display: none; } |