[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
afuna.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1332
Apply margins to footer as well in Transmogrified.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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 { --------------------------------------------------------------------------------