diff options
author | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-03-25 14:48:39 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-03-25 14:48:39 +0000 |
commit | d7cea35a45ffbdf4f0268563f24e6f2650f2cda5 (patch) | |
tree | 26212f6679c89b13186973363d4b1b4e40e6d772 /web/css/main.css | |
parent | 964becdb0b672038080bd90f76b5e2af26d01dae (diff) |
Wrap everything in #mysociety so that it won't affect templated stuff.
Diffstat (limited to 'web/css/main.css')
-rw-r--r-- | web/css/main.css | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/web/css/main.css b/web/css/main.css index d135ecb9a..a7bb81d31 100644 --- a/web/css/main.css +++ b/web/css/main.css @@ -27,24 +27,20 @@ select, input, textarea { font-size: 99%; } -a.unsuitable-report { +#mysociety a.unsuitable-report { font-size: small; } - -blockquote { +#mysociety blockquote { border-left: solid 4px #5e552b; } - -.a { +#mysociety .a { color: #000000; background-color: #f3e5a5; } - -#postcodeForm { +#mysociety #postcodeForm { background-color: #e3d595; } - -#front_stats div { +#mysociety #front_stats div { background-color: #e3d595; } |