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-22 02:01 am

[dw-nonfree] Navstrip stretches out Transmogrified footer

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

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

Apply margins to footer as well in Transmogrified.

Patch by [personal profile] afuna.

Files modified:
  • bin/upgrading/s2layers/transmogrified/layout.s2
--------------------------------------------------------------------------------
diff -r e4063f418a01 -r 012edc13c9e8 bin/upgrading/s2layers/transmogrified/layout.s2
--- a/bin/upgrading/s2layers/transmogrified/layout.s2	Wed Jul 22 02:00:18 2009 +0000
+++ b/bin/upgrading/s2layers/transmogrified/layout.s2	Wed Jul 22 02:01:43 2009 +0000
@@ -334,6 +334,10 @@ function print_stylesheet () {
                 $page_background
                 $page_colors
                 margin: 0 2%;
+    }
+
+    #footer {
+        margin: 0 2%;
     }
 
     #header {
--------------------------------------------------------------------------------