aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@fury.ukcod.org.uk>2011-03-25 14:23:08 +0000
committerMatthew Somerville <matthew@fury.ukcod.org.uk>2011-03-25 14:23:08 +0000
commitfea3dbfc75a4470e0fe04f9ba594202a282d930c (patch)
tree1652e18aec3163e33d832aad3a547e65251e7a50 /web
parentc309d14a2bde3a0bc6fd9eebf84eb5ab2fafd33d (diff)
Rename #content to #mysociety.
Diffstat (limited to 'web')
-rw-r--r--web/css/cobrands/emptyhomes/emptyhomes.css4
-rw-r--r--web/css/core.css2
-rw-r--r--web/css/main.css4
-rw-r--r--web/down.default.html2
-rw-r--r--web/xsl.eha.xsl2
-rw-r--r--web/xsl.xsl2
6 files changed, 8 insertions, 8 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;
}
diff --git a/web/down.default.html b/web/down.default.html
index 4e432473d..35d2cf237 100644
--- a/web/down.default.html
+++ b/web/down.default.html
@@ -12,7 +12,7 @@
<body>
<h1 id="header">Fix<span id="my">My</span>Street</h1>
-<div id="wrapper"><div id="content">
+<div id="wrapper"><div id="mysociety">
<p id="expl"><strong>FixMyStreet is currently down for maintenance.</strong>
<br><small>Please come back later.</small></p>
diff --git a/web/xsl.eha.xsl b/web/xsl.eha.xsl
index 6c66037d7..14015cfd9 100644
--- a/web/xsl.eha.xsl
+++ b/web/xsl.eha.xsl
@@ -22,7 +22,7 @@
</ul>
</div>
- <div id="wrapper"><div id="content">
+ <div id="wrapper"><div id="mysociety">
<xsl:apply-templates select="rss/channel"/>
</div></div>
diff --git a/web/xsl.xsl b/web/xsl.xsl
index 9d30b1d61..1aa0eef4b 100644
--- a/web/xsl.xsl
+++ b/web/xsl.xsl
@@ -12,7 +12,7 @@
</head>
<body>
<div id="header"><a href="/">FixMyStreet</a></div>
- <div id="wrapper"><div id="content">
+ <div id="wrapper"><div id="mysociety">
<xsl:apply-templates select="rss/channel"/>
</div></div>