diff options
author | Jedidiah Broadbent <hello@jedidiah.eu> | 2012-10-03 10:51:53 +0100 |
---|---|---|
committer | Jedidiah Broadbent <hello@jedidiah.eu> | 2012-10-03 10:51:53 +0100 |
commit | 4d5998fba9610829d0aa9af7aa2124345444c2ac (patch) | |
tree | f1c0e91493444fe86aecf169d36fc7611cee4800 | |
parent | f432a72d9b99d9f9a316f590c844492d946c8cbf (diff) |
Stevenage: Missed a sticky-sidebar
-rw-r--r-- | web/cobrands/stevenage/_layout.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/stevenage/_layout.scss b/web/cobrands/stevenage/_layout.scss index 1e0bd1dcf..598f7bae2 100644 --- a/web/cobrands/stevenage/_layout.scss +++ b/web/cobrands/stevenage/_layout.scss @@ -350,7 +350,7 @@ body.twothirdswidthpage { z-index: -1; aside { position: fixed; - top:7em; + top:19em; left:auto; } } |