diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-03-08 10:46:04 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-03-08 10:46:04 +0000 |
commit | ddc2fd59373c4210d6a9b1b9d41f487d5c4d0e72 (patch) | |
tree | b83c58e08cf1aa7f465b8d51b725dc511605f6bb /web | |
parent | 488f9827d45e7930907f9310c76d43d1ddeb48ed (diff) |
Add link to /local from front page and around page.
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 { |