diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-20 14:58:55 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-20 14:58:55 +0000 |
commit | 33510ba074045673e204a83a6e28620e29259581 (patch) | |
tree | 38c06d3bd2bfa12835724ec342e50ca5e6ad2f9c | |
parent | f91df784003d6ffc1f3603af28567e1057798190 (diff) |
No pin image on Zurich closed banner.
-rw-r--r-- | web/cobrands/zurich/layout.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss index 20c758fe5..1b77847d5 100644 --- a/web/cobrands/zurich/layout.scss +++ b/web/cobrands/zurich/layout.scss @@ -230,6 +230,10 @@ body.twothirdswidthpage { background: $col_fixed_label; @include background(linear-gradient(#769643, $col_fixed_label 4px)); } + &#closed { + padding-top: 2em; + background-image: none; + } } } .ie6 .banner p { |