diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-04-26 14:07:54 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-04-26 14:07:54 +0100 |
commit | 8c9caa8b6ead5264e8fe8171ae3efc2a227e62fa (patch) | |
tree | d09982f0a4d0537971daf83b9fd6f5c36da75563 /web | |
parent | 9a758e4041f5221a2fbf8c4121b2601d2162241e (diff) |
Colour fix (hmm).
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmybarangay/layout.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/web/cobrands/fixmybarangay/layout.scss b/web/cobrands/fixmybarangay/layout.scss index 7b4528cd9..027a5c48b 100644 --- a/web/cobrands/fixmybarangay/layout.scss +++ b/web/cobrands/fixmybarangay/layout.scss @@ -32,3 +32,13 @@ body.mappage { } } +#front-howto { + #front_stats { + border-top: 0.25em solid #000; + div { + big { + color: #000; + } + } + } +} |