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-07-12 09:31 pm

[dw-nonfree] Transmogrified margins too wide

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/a12f6da84eaf]

http://bugs.dwscoalition.org/show_bug.cgi?id=1311

Reduce Transmogrified margin widths around the content area.

Patch by [personal profile] kareila.

Files modified:
  • bin/upgrading/s2layers/transmogrified/layout.s2
--------------------------------------------------------------------------------
diff -r d38b78dae404 -r a12f6da84eaf bin/upgrading/s2layers/transmogrified/layout.s2
--- a/bin/upgrading/s2layers/transmogrified/layout.s2	Sun Jul 12 21:29:43 2009 +0000
+++ b/bin/upgrading/s2layers/transmogrified/layout.s2	Sun Jul 12 21:31:50 2009 +0000
@@ -331,7 +331,7 @@ function print_stylesheet () {
     #container {
                 $page_background
                 $page_colors
-                margin: 0 10%;
+                margin: 0 2%;
     }
 
     #header {
--------------------------------------------------------------------------------