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 06:36 am

[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 [staff profile] mark.

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