mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-04-02 03:36 am

[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 [personal profile] branchandroot.

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;
 }
--------------------------------------------------------------------------------