diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/emptyhomes/css.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/web/cobrands/emptyhomes/css.css b/web/cobrands/emptyhomes/css.css index db711ae8a..b9d7342a0 100644 --- a/web/cobrands/emptyhomes/css.css +++ b/web/cobrands/emptyhomes/css.css @@ -195,10 +195,14 @@ a:hover, a:active { } #mysociety #front_stats div { + vertical-align: middle; background-color: #80AE7D; color: #000000; /*padding: 0.5em 0; */ - width: 9em; + width: 7em; +} +#mysociety #front_stats div a { + color: #000000; } #mysociety #problem_form { |