aboutsummaryrefslogtreecommitdiffstats
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
parentc309d14a2bde3a0bc6fd9eebf84eb5ab2fafd33d (diff)
Rename #content to #mysociety.
-rw-r--r--templates/website/cobrands/barnet/footer1
-rw-r--r--templates/website/cobrands/barnet/header1
-rw-r--r--templates/website/cobrands/emptyhomes/header2
-rw-r--r--templates/website/cobrands/fiksgatami/header2
-rw-r--r--templates/website/header2
-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
11 files changed, 13 insertions, 11 deletions
diff --git a/templates/website/cobrands/barnet/footer b/templates/website/cobrands/barnet/footer
index f6963e553..40b9adce0 100644
--- a/templates/website/cobrands/barnet/footer
+++ b/templates/website/cobrands/barnet/footer
@@ -1,3 +1,4 @@
+ </div>
<br class="cl">
</div><!-- end content -->
</div><!-- end wrap -->
diff --git a/templates/website/cobrands/barnet/header b/templates/website/cobrands/barnet/header
index 67619b417..cd274df7b 100644
--- a/templates/website/cobrands/barnet/header
+++ b/templates/website/cobrands/barnet/header
@@ -94,4 +94,5 @@
<div id="wrap">
<div id="content">
+ <div id="mysociety">
diff --git a/templates/website/cobrands/emptyhomes/header b/templates/website/cobrands/emptyhomes/header
index a9ed5ce51..3ac2eeb5b 100644
--- a/templates/website/cobrands/emptyhomes/header
+++ b/templates/website/cobrands/emptyhomes/header
@@ -34,4 +34,4 @@
</div>
<div id="wrapper">
-<div id="content">
+<div id="mysociety">
diff --git a/templates/website/cobrands/fiksgatami/header b/templates/website/cobrands/fiksgatami/header
index e1196aefe..255636918 100644
--- a/templates/website/cobrands/fiksgatami/header
+++ b/templates/website/cobrands/fiksgatami/header
@@ -17,4 +17,4 @@
</head>
<body>
{{ $heading_element_start }}{{ $heading }}{{ $heading_element_end }}
- <div id="wrapper"><div id="content">
+ <div id="wrapper"><div id="mysociety">
diff --git a/templates/website/header b/templates/website/header
index 028d05506..b88d9b82c 100644
--- a/templates/website/header
+++ b/templates/website/header
@@ -16,4 +16,4 @@
</head>
<body>
{{ $heading_element_start }}{{ $heading }}{{ $heading_element_end }}
- <div id="wrapper"><div id="content">
+ <div id="wrapper"><div id="mysociety">
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>