[dw-nonfree] Tropo and nav strip width cause overflow/deformation
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/a777d0ad1053]
http://bugs.dwscoalition.org/show_bug.cgi?id=533
Center the site.
Patch by
mark.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=533
Center the site.
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
Files modified:
- htdocs/stc/tropo/red.css
-------------------------------------------------------------------------------- diff -r e61e2ff5a2ce -r a777d0ad1053 htdocs/stc/tropo/red.css --- a/htdocs/stc/tropo/red.css Thu Apr 02 03:36:16 2009 +0000 +++ b/htdocs/stc/tropo/red.css Thu Apr 02 06:36:45 2009 +0000 @@ -66,7 +66,7 @@ a:active, } #page { max-width: 80em; - margin: 0 2%; + margin: 0 auto; position: relative; z-index: 1; } @@ -699,4 +699,4 @@ table.editfilters td { .username { border-bottom: 1px solid #c7e0f6; background-color: #ecf6ff; -} \ No newline at end of file +} --------------------------------------------------------------------------------