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/core.scss | |
parent | 964becdb0b672038080bd90f76b5e2af26d01dae (diff) |
Wrap everything in #mysociety so that it won't affect templated stuff.
Diffstat (limited to 'web/css/core.scss')
-rw-r--r-- | web/css/core.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/css/core.scss b/web/css/core.scss index b92882aba..ed8667983 100644 --- a/web/css/core.scss +++ b/web/css/core.scss @@ -9,7 +9,7 @@ $map_width: 500px; // Generics -// #mysociety { +#mysociety { blockquote { border-left: solid 4px #666666; @@ -493,15 +493,15 @@ $map_width: 500px; // white-space: nowrap; // } -// } +} // Printing, SCSS doesn't handle @media nesting @media print { - // #mysociety { + #mysociety { #map_box { float: none; margin: 0 auto; } #mysociety { max-width: none; } #side { margin-right: 0; } - // } + } } |