diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-01-23 17:09:39 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-01-23 17:09:39 +0000 |
commit | 90879c6cbdd692205b3ed4d176a303cf96e515e4 (patch) | |
tree | 77ce78d4e2b3b4feabba3814724ade8a7f9c3f30 | |
parent | be3edb4178f05d371f917a1f8f8b4c5422d9fe89 (diff) |
nudge FAQ sticky aside down a little to accommodate Zurich header
-rw-r--r-- | web/cobrands/zurich/layout.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss index 3da15646d..47320e34f 100644 --- a/web/cobrands/zurich/layout.scss +++ b/web/cobrands/zurich/layout.scss @@ -151,6 +151,9 @@ body.twothirdswidthpage { aside { @include box-shadow(none); } + .sticky-sidebar aside { + top: 14em; // overrides default value, due to Zurich nav at top of content + } } } |