aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2013-02-05 12:35:55 +0000
committerDave Whiteland <dave@mysociety.org>2013-02-05 12:51:40 +0000
commit078097b239914881c54632acd3fa601d0f65ac1e (patch)
tree018e373320ac36d31eed2d2d39ec4b7e09d5f385 /web
parent259a12dc44f6571b9800b639a7031920f74288f7 (diff)
FMZ suppress bullets on report li
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/zurich/layout.scss7
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 {