]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix top bar text alignment issues in docs
authorGeoff Kimball <geoff@zurb.com>
Wed, 2 Dec 2015 23:38:14 +0000 (15:38 -0800)
committerGeoff Kimball <geoff@zurb.com>
Wed, 2 Dec 2015 23:38:27 +0000 (15:38 -0800)
docs/assets/scss/_topbar.scss

index 4964be111c902ec900a41139c1888ba9c914a78b..4b4b02e5b0ab512f03472d6f8874ad81d842b247 100644 (file)
@@ -25,10 +25,10 @@ $topbar-hover-color: darken($topbar-background, 20%);
 
   .menu a {
     height: 45px;
-    line-height: 45px;
+    line-height: 45px !important;
     color: $light-gray;
-    padding-top: 0;
-    padding-bottom: 0;
+    padding-top: 0 !important;
+    padding-bottom: 0 !important;
 
     &:hover:not(.button),
     &:focus {