aboutsummaryrefslogtreecommitdiffstats
path: root/web/css
diff options
context:
space:
mode:
Diffstat (limited to 'web/css')
-rw-r--r--web/css/cobrands/emptyhomes/emptyhomes.css4
-rw-r--r--web/css/core.css2
-rw-r--r--web/css/main.css4
3 files changed, 5 insertions, 5 deletions
diff --git a/web/css/cobrands/emptyhomes/emptyhomes.css b/web/css/cobrands/emptyhomes/emptyhomes.css
index c3d514807..7e6e43466 100644
--- a/web/css/cobrands/emptyhomes/emptyhomes.css
+++ b/web/css/cobrands/emptyhomes/emptyhomes.css
@@ -85,14 +85,14 @@ blockquote {
margin-left: 0.5em;
}
-#content {
+#mysociety {
width: 100%; /* Must specify a width or IE goes crazy wrong! */
position: relative;
margin: 0 auto;
max-width: 60em;
}
-/* Can't put the margin in #content because of above IE craziness */
+/* Can't put the margin in #mysociety because of above IE craziness */
#wrapper {
clear: both;
margin: 0 2em 2em;
diff --git a/web/css/core.css b/web/css/core.css
index e65c796e5..97a3fb786 100644
--- a/web/css/core.css
+++ b/web/css/core.css
@@ -436,7 +436,7 @@ form#mapForm .olTileImage {
/* Printing */
@media print {
#map_box { float: none; margin: 0 auto; }
- #content { max-width: none; }
+ #mysociety { max-width: none; }
#side { margin-right: 0; }
}
diff --git a/web/css/main.css b/web/css/main.css
index f1d416773..048b55e97 100644
--- a/web/css/main.css
+++ b/web/css/main.css
@@ -74,14 +74,14 @@ blockquote {
text-decoration: underline;
}
-#content {
+#mysociety {
width: 100%; /* Must specify a width or IE goes crazy wrong! */
position: relative;
margin: 0 auto;
max-width: 60em;
}
-/* Can't put the margin in #content because of above IE craziness */
+/* Can't put the margin in #mysociety because of above IE craziness */
#wrapper {
margin: 2em;
}