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-06-12 09:51 pm

[dw-nonfree] Navstrip stretches out Transmogrified

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

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

Fix margins for Transmogrified when the navstrip is present.

Patch by [personal profile] draigwen.

Files modified:
  • bin/upgrading/s2layers/transmogrified/layout.s2
--------------------------------------------------------------------------------
diff -r f3610ece894d -r 83e9050d508e bin/upgrading/s2layers/transmogrified/layout.s2
--- a/bin/upgrading/s2layers/transmogrified/layout.s2	Fri Jun 12 21:41:06 2009 +0000
+++ b/bin/upgrading/s2layers/transmogrified/layout.s2	Fri Jun 12 21:51:31 2009 +0000
@@ -324,13 +324,14 @@ function print_stylesheet () {
         background-color: $*color_page_background;
         font-family: $*font_base , $*font_fallback;
         font-size: $*font_size;
-        margin: 0 10%;
+        margin: 0;
         padding: 0;
     }
 
     #container {
                 $page_background
                 $page_colors
+                margin: 0 10%;
     }
 
     #header {
--------------------------------------------------------------------------------