Commit 98b50abe authored by Mark Otto's avatar Mark Otto

Merge pull request #9045 from naneau/3.0.0-wip

using @line-height-computed in .navbar-nav link
parents fce2e89b bf0f3c7c
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment