mirror of https://github.com/twbs/bootstrap.git
Fixes #7816: revert negative margin on .navbar-nav
This commit is contained in:
parent
509f2244da
commit
1cb880b4f1
|
|
@ -3548,7 +3548,7 @@ button.close {
|
|||
}
|
||||
|
||||
.navbar-nav {
|
||||
margin: 10px -15px 0;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.navbar-nav > li > a {
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
.navbar-nav {
|
||||
// Space out from .navbar .brand and .btn-navbar when stacked in mobile views
|
||||
// and outdent nav links so text lines up with logo.
|
||||
margin: 10px -15px 0;
|
||||
margin-top: 10px;
|
||||
|
||||
> li > a {
|
||||
padding-top: ((@navbar-height - @line-height-base) / 2);
|
||||
|
|
|
|||
Loading…
Reference in New Issue