aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2013-01-24 18:32:41 +0000
committerDave Whiteland <dave@mysociety.org>2013-01-24 18:32:41 +0000
commitc3e2e9a99b4dde86da3aa8636fa45015ea31f0fd (patch)
tree73c312d0534863209908d365bd6cd2b18857b6d7
parentac928b40453b42315af04fcb0449247abfae0788 (diff)
make Zurich mobile front-page furniture match the header colour (might not be the Right Blue, pending header graphic confirmation)
-rw-r--r--web/cobrands/zurich/base.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/zurich/base.scss b/web/cobrands/zurich/base.scss
index 08db059a9..3824c0ff6 100644
--- a/web/cobrands/zurich/base.scss
+++ b/web/cobrands/zurich/base.scss
@@ -54,6 +54,10 @@
height: 48px;
background: url('/cobrands/zurich/tab-white.png') 0 0 no-repeat;
}
+#front-howto #front_stats,
+#front-main #postcodeForm {
+ background-color: $mobile_header_blue;
+}
// No grey background or other bits
// The amount of resetting here shows this needs refactoring, so that it is FMS making the changes