aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-01-24 18:15:36 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-01-24 18:15:36 +0000
commit438ab796179d32421d48dc7da3a3d7e999f253dd (patch)
tree9dfc36a78e63bc9ff93eadfef5d104458ecb15de
parentffe5c743cb69dbbe505237cbeb565a7cf1b0997a (diff)
Remove front page mobile Zurich box margin.
-rw-r--r--web/cobrands/zurich/base.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/web/cobrands/zurich/base.scss b/web/cobrands/zurich/base.scss
index 59e850d86..c6d3e158b 100644
--- a/web/cobrands/zurich/base.scss
+++ b/web/cobrands/zurich/base.scss
@@ -5,10 +5,17 @@
@import "../fixmystreet/_base";
+/* Front page main box is in content now, so get rid of its margin from parent */
+#front-main {
+ margin: 0;
+}
+
+/* Autocomplete dropdown on front page, don't want bullets */
.ui-menu-item {
list-style-type: none;
}
+/* Simplify the problem header on a report page */
.problem-header h1 {
font-size: 120%;
font-weight: bold;