Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurice Fonk <git@naneau.net>2013-08-03 23:07:43 +0400
committerMaurice Fonk <git@naneau.net>2013-08-03 23:09:56 +0400
commitbf0f3c7c1ca061616d8c6252b7024c8332248ffe (patch)
treebe0d09678b4f07d3c24f76323e7cec3d407ecde6 /less/navbar.less
parentfce2e89b7d772fcac3bf49117f203ec32c751dfe (diff)
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.
Diffstat (limited to 'less/navbar.less')
-rw-r--r--less/navbar.less2
1 files changed, 1 insertions, 1 deletions
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 {