From: Maurice Fonk Date: Sat, 3 Aug 2013 19:07:43 +0000 (-0400) Subject: using @line-height-computed in .navbar-nav link X-Git-Tag: v3.0.0-rc.2~138^2~9^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9045%2Fhead;p=thirdparty%2Fbootstrap.git using @line-height-computed in .navbar-nav link When a user changed the @line-height-base/@line-height-computed var, the nav-bar items would not scale appropriately. --- diff --git a/less/navbar.less b/less/navbar.less index 44e2d9f3f0..8234fc0998 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -28,7 +28,7 @@ padding-top: ((@navbar-height - @line-height-computed) / 2); padding-bottom: ((@navbar-height - @line-height-computed) / 2); color: @navbar-link-color; - line-height: 20px; + line-height: @line-height-computed; border-radius: @border-radius-base; &:hover, &:focus {