diff options
| author | Mark Otto <[email protected]> | 2013-08-03 16:01:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-03 16:01:52 -0700 |
| commit | 98b50abed3dc64b50339a56ec69a72c1d1815122 (patch) | |
| tree | be0d09678b4f07d3c24f76323e7cec3d407ecde6 | |
| parent | fce2e89b7d772fcac3bf49117f203ec32c751dfe (diff) | |
| parent | bf0f3c7c1ca061616d8c6252b7024c8332248ffe (diff) | |
| download | bootstrap-98b50abed3dc64b50339a56ec69a72c1d1815122.tar.xz bootstrap-98b50abed3dc64b50339a56ec69a72c1d1815122.zip | |
Merge pull request #9045 from naneau/3.0.0-wip
using @line-height-computed in .navbar-nav link
| -rw-r--r-- | less/navbar.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/navbar.less b/less/navbar.less index 44e2d9f3f..8234fc099 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 { |
