mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Outdent nav links a bit more so they line up in navbar
This commit is contained in:
parent
716c869b89
commit
f06294d80f
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
@ -3529,7 +3529,7 @@ button.close {
|
||||
}
|
||||
|
||||
.navbar-nav {
|
||||
margin-top: 5px;
|
||||
margin: 10px -15px 0;
|
||||
}
|
||||
|
||||
.navbar-nav > li > a {
|
||||
|
@ -20,7 +20,8 @@
|
||||
|
||||
.navbar-nav {
|
||||
// Space out from .navbar .brand and .btn-navbar when stacked in mobile views
|
||||
margin-top: 5px;
|
||||
// and outdent nav links so text lines up with logo.
|
||||
margin: 10px -15px 0;
|
||||
|
||||
> li > a {
|
||||
padding-top: ((@navbar-height - @line-height-base) / 2);
|
||||
|
Loading…
Reference in New Issue
Block a user