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.scss | |
parent | 964becdb0b672038080bd90f76b5e2af26d01dae (diff) |
Wrap everything in #mysociety so that it won't affect templated stuff.
Diffstat (limited to 'web/css/_main.scss')
-rw-r--r-- | web/css/_main.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/css/_main.scss b/web/css/_main.scss index b2f78baaf..1dd678271 100644 --- a/web/css/_main.scss +++ b/web/css/_main.scss @@ -19,7 +19,7 @@ select, input, textarea { font-size: 99%; } -// #mysociety { +#mysociety { a.unsuitable-report { font-size: small; @@ -42,7 +42,7 @@ select, input, textarea { background-color: $header_back; } -// } +} // Site layout |