aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-02-20 14:58:55 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-02-20 14:58:55 +0000
commit33510ba074045673e204a83a6e28620e29259581 (patch)
tree38c06d3bd2bfa12835724ec342e50ca5e6ad2f9c
parentf91df784003d6ffc1f3603af28567e1057798190 (diff)
No pin image on Zurich closed banner.
-rw-r--r--web/cobrands/zurich/layout.scss4
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 {