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