diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/zurich/base.scss | 7 |
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; |