diff options
Diffstat (limited to 'web/css/cobrands')
-rw-r--r-- | web/css/cobrands/emptyhomes/emptyhomes.css | 4 |
1 files changed, 2 insertions, 2 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; |