diff options
author | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-03-25 14:23:08 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-03-25 14:23:08 +0000 |
commit | fea3dbfc75a4470e0fe04f9ba594202a282d930c (patch) | |
tree | 1652e18aec3163e33d832aad3a547e65251e7a50 /web/css/main.css | |
parent | c309d14a2bde3a0bc6fd9eebf84eb5ab2fafd33d (diff) |
Rename #content to #mysociety.
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; } |