mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-24 03:40:10 +00:00
Merge pull request #9045 from naneau/3.0.0-wip
using @line-height-computed in .navbar-nav link
This commit is contained in:
commit
98b50abed3
@ -28,7 +28,7 @@
|
|||||||
padding-top: ((@navbar-height - @line-height-computed) / 2);
|
padding-top: ((@navbar-height - @line-height-computed) / 2);
|
||||||
padding-bottom: ((@navbar-height - @line-height-computed) / 2);
|
padding-bottom: ((@navbar-height - @line-height-computed) / 2);
|
||||||
color: @navbar-link-color;
|
color: @navbar-link-color;
|
||||||
line-height: 20px;
|
line-height: @line-height-computed;
|
||||||
border-radius: @border-radius-base;
|
border-radius: @border-radius-base;
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user