[dw-nonfree] Tropo and nav strip width cause overflow/deformation
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/e61e2ff5a2ce]
http://bugs.dwscoalition.org/show_bug.cgi?id=533
Tropospherical scheme deform better at lower window size/higher font
size/lower res/etc.
Patch by
branchandroot.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=533
Tropospherical scheme deform better at lower window size/higher font
size/lower res/etc.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/stc/tropo/red.css
-------------------------------------------------------------------------------- diff -r 92cc6ce61e47 -r e61e2ff5a2ce htdocs/stc/tropo/red.css --- a/htdocs/stc/tropo/red.css Wed Apr 01 04:58:49 2009 +0000 +++ b/htdocs/stc/tropo/red.css Thu Apr 02 03:36:16 2009 +0000 @@ -65,8 +65,8 @@ a:active, width: 100%; } #page { - width: 80em; - margin: 0 auto; + max-width: 80em; + margin: 0 2%; position: relative; z-index: 1; } --------------------------------------------------------------------------------