diff options
author | Steven Day <steve@mysociety.org> | 2015-05-21 13:59:59 +0100 |
---|---|---|
committer | Steven Day <steve@mysociety.org> | 2015-08-25 09:25:45 +0100 |
commit | 625e548e29e3cdce835316666aceaadb4ee28918 (patch) | |
tree | 8339a08f516f9bd35e7715eaa455b95d0cb51362 /web/cobrands/sass/_layout.scss | |
parent | 950c5afd929f79b9998190a361313f9cba1b7d35 (diff) |
[Bromley] Update cobrand to use latest FMS styling
Replaces the existing Bromley council cobrand with a new one that uses
the latest FMS styling. Including the new report list/filter sidebar.
Diffstat (limited to 'web/cobrands/sass/_layout.scss')
-rw-r--r-- | web/cobrands/sass/_layout.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index 67756ca5b..d7a2a3fc1 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -441,12 +441,14 @@ body.fullwidthpage { } } } -.ie8 { +.ie6, .ie7, .ie8 { body.twothirdswidthpage, body.fullwidthpage { .container .content footer a.platform-logo { + color: #ffffff; background: none; text-indent: 0px; + height: auto; } } } |