diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-11-29 21:01:55 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-11-29 21:01:55 +0000 |
commit | 725a1aa5874de9417d89998f59925e9b508826e4 (patch) | |
tree | 9f89a6a10b0f4d11876f8d1892aebd403eddef22 /web | |
parent | 12653962d58df6be6ff1a753e3370ff3077030c1 (diff) | |
parent | f6bbdb1400ca3961bb39b1b6891610b644a704fd (diff) |
Merge branch '1919-consolidate-statistics'
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet/dashboard.scss | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/web/cobrands/fixmystreet/dashboard.scss b/web/cobrands/fixmystreet/dashboard.scss index 3e0de0d2b..8d153d8e5 100644 --- a/web/cobrands/fixmystreet/dashboard.scss +++ b/web/cobrands/fixmystreet/dashboard.scss @@ -8,10 +8,6 @@ th[scope=col] { font-size:0.8em; } - - tr:nth-child(2) { - background-color:#fee; - } } th { @@ -93,6 +89,7 @@ color:#737373; font-size:1.25em; margin-bottom:0.5em; + margin-top: 0; } h1 { color:#333; |