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/greenwich/base.scss | |
parent | daada5411eb2edcd27111abadbd66c9b368c65b0 (diff) |
Remove unneeded report-list and list-a classes.
Diffstat (limited to 'web/cobrands/greenwich/base.scss')
-rw-r--r-- | web/cobrands/greenwich/base.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/greenwich/base.scss b/web/cobrands/greenwich/base.scss index 844cf2762..3d8dc29ba 100644 --- a/web/cobrands/greenwich/base.scss +++ b/web/cobrands/greenwich/base.scss @@ -29,7 +29,7 @@ body.frontpage #site-logo, background-size: cover; } -.issue-list-a li, .list-a li, #user-meta p, #front-main #postcodeForm { +.issue-list-a li, #user-meta p, #front-main #postcodeForm { background-color: $greenwich_light_grey; } |