diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-10-01 15:46:22 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-10-01 20:59:33 +0100 |
commit | a4d0db790c46ae55edd75bb719e62dee7d0e5a7f (patch) | |
tree | b1a3a155bd668d4e97729af75b2402724d41c7f0 /web/cobrands/oxfordshire/layout.scss | |
parent | daada5411eb2edcd27111abadbd66c9b368c65b0 (diff) |
Remove unneeded report-list and list-a classes.
Diffstat (limited to 'web/cobrands/oxfordshire/layout.scss')
-rw-r--r-- | web/cobrands/oxfordshire/layout.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss index 75a31e461..4dc3efe4e 100644 --- a/web/cobrands/oxfordshire/layout.scss +++ b/web/cobrands/oxfordshire/layout.scss @@ -266,7 +266,7 @@ body.mappage { } } -.report-list, .issue-list-a { +.issue-list-a { li:after { background-color: $oxfordshire_mid_grey_green; } @@ -287,7 +287,7 @@ h4.static-with-rule { background: transparent; margin-top: 0; // no space between list items - // Replicate .report-list styling, a bit + // Replicate .issue-list-a styling, a bit border-top: 1px solid $oxfordshire_mid_grey_green; padding: 1em 1em 1em 0; margin-left: 1em; |