diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-02-05 12:38:49 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-02-05 12:51:40 +0000 |
commit | b47644d0bc185b69a199b54cd9760970ab9a5c96 (patch) | |
tree | 156dbbb06fba382b518921671c2b37b4fbc04bf4 /web | |
parent | 078097b239914881c54632acd3fa601d0f65ac1e (diff) |
FMZ suppress bullets on 3-way assignation (not quite so obvious this one shouldn't be bulleted? Not clear it's a choice-of-three)
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/zurich/layout.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss index 13aeb594c..629e54ab8 100644 --- a/web/cobrands/zurich/layout.scss +++ b/web/cobrands/zurich/layout.scss @@ -223,6 +223,9 @@ body.mappage.admin .content { list-style: none; } } + li.assignation { + list-style: none; + } } #zurich-footer { |