aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-01-25 16:49:00 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-01-25 16:49:00 +0000
commitb37cd006051987ebfb5627c1a59a331530818203 (patch)
tree65014ae73a021053b4f0629ea3bf1270ca34029e
parent65b0b9c0f4716ca351acde6e1ef07058e45ac8fd (diff)
Set default background for those browsers without linear-gradient support.
-rw-r--r--web/cobrands/zurich/layout.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss
index c625b2508..5d0c39688 100644
--- a/web/cobrands/zurich/layout.scss
+++ b/web/cobrands/zurich/layout.scss
@@ -180,7 +180,8 @@ body.twothirdswidthpage {
p {
&#fixed {
padding-top: 2em;
- @include background(linear-gradient(#769643, #648721 4px));
+ background: $col_fixed_label;
+ @include background(linear-gradient(#769643, $col_fixed_label 4px));
}
}
}