[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
draigwen.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=968
Fix margins for Transmogrified when the navstrip is present.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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 { --------------------------------------------------------------------------------