mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 13:10:23 +00:00
Fixes #11444: Use @navbar-padding-vertical for nav links padding
This commit is contained in:
parent
7aa6b4190b
commit
6a2ca0ab3a
1 changed files with 2 additions and 2 deletions
|
|
@ -247,8 +247,8 @@
|
|||
> li {
|
||||
float: left;
|
||||
> a {
|
||||
padding-top: ((@navbar-height - @line-height-computed) / 2);
|
||||
padding-bottom: ((@navbar-height - @line-height-computed) / 2);
|
||||
padding-top: @navbar-padding-vertical;
|
||||
padding-bottom: @navbar-padding-vertical;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue