fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-07-12 12:02 pm

[dw-free] Skittlish Dreams: navigation menu doesn't wrap correctly

[commit: http://hg.dwscoalition.org/dw-free/rev/3c363741087d]

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

Use line-height for navigation menu items.

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/skittlishdreams/layout.s2
--------------------------------------------------------------------------------
diff -r b0877c36cce6 -r 3c363741087d bin/upgrading/s2layers/skittlishdreams/layout.s2
--- a/bin/upgrading/s2layers/skittlishdreams/layout.s2	Tue Jul 12 19:26:29 2011 +0800
+++ b/bin/upgrading/s2layers/skittlishdreams/layout.s2	Tue Jul 12 20:02:38 2011 +0800
@@ -610,8 +610,18 @@
 .two-columns-right .module-section-two .module {margin-left: 10px;}
 .two-columns-left .module-section-two .module {margin-right: 10px;}
 
-.module-section-one li {display: inline; list-style: none; }
-.module-section-one ul {$header_colors margin: 0; padding: 0.5em 20px; }
+.module-section-one ul {
+    $header_colors
+    margin: 0;
+    padding: 0 20px;
+    }
+
+.module-section-one li {
+    display: inline;
+    line-height: 2.2em;
+    list-style: none;
+    }
+
 .module-section-one li a {text-decoration: none; padding-top: 0.5em; padding-right: 20px; padding-bottom: 0.5em; padding-left: 20px; $header_colors }
 .module-section-one ul li a:hover, .module-section-one ul li a.current { $header_footer_hover_colors }
 .module-section-two a { $module_link_colors }
--------------------------------------------------------------------------------

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org