aboutsummaryrefslogtreecommitdiffstats
path: root/web/css/core.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/css/core.scss')
-rw-r--r--web/css/core.scss8
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; }
- // }
+ }
}