[dw-nonfree] Sunday Morning navigation module wraps poorly
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/bbc020960b5c]
http://bugs.dwscoalition.org/show_bug.cgi?id=2790
When the navigation modules wrap, they overlap. Fix this by giving each line
a bit of extra spacing through line height.
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2790
When the navigation modules wrap, they overlap. Fix this by giving each line
a bit of extra spacing through line height.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/sundaymorning/layout.s2
-------------------------------------------------------------------------------- diff -r bf8fd6801a9e -r bbc020960b5c bin/upgrading/s2layers/sundaymorning/layout.s2 --- a/bin/upgrading/s2layers/sundaymorning/layout.s2 Wed Jul 21 11:11:24 2010 -0500 +++ b/bin/upgrading/s2layers/sundaymorning/layout.s2 Thu Jul 22 09:57:53 2010 -0700 @@ -438,6 +438,7 @@ q { font-style: italic; } .module-section-one li a { + line-height: 3em; padding: .5em 20px; $header_colors } --------------------------------------------------------------------------------