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/core.css | |
parent | c309d14a2bde3a0bc6fd9eebf84eb5ab2fafd33d (diff) |
Rename #content to #mysociety.
Diffstat (limited to 'web/css/core.css')
-rw-r--r-- | web/css/core.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |