diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-02-05 12:35:55 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-02-05 12:51:40 +0000 |
commit | 078097b239914881c54632acd3fa601d0f65ac1e (patch) | |
tree | 018e373320ac36d31eed2d2d39ec4b7e09d5f385 /web | |
parent | 259a12dc44f6571b9800b639a7031920f74288f7 (diff) |
FMZ suppress bullets on report li
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/zurich/layout.scss | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss index 3a2d8ddb0..13aeb594c 100644 --- a/web/cobrands/zurich/layout.scss +++ b/web/cobrands/zurich/layout.scss @@ -212,12 +212,17 @@ body.fullwidthpage.admin .content { body.mappage.admin .content { margin-top: 6em; margin-left: 0.5em; - } .admin { .content { margin: 2em 0 1em; padding: 0 0 0 0; + ul.no-bullets { + margin-left: 0; + > li { + list-style: none; + } + } } #zurich-footer { |