mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 19:48:36 +01:00
fixes #8714: correct stacked pills nav
This commit is contained in:
parent
b9ff423443
commit
111dc1492f
2
dist/css/bootstrap.css
vendored
2
dist/css/bootstrap.css
vendored
@ -2566,7 +2566,7 @@ button.close {
|
||||
float: none;
|
||||
}
|
||||
|
||||
.nav-stacked > li + li > a {
|
||||
.nav-stacked > li + li {
|
||||
margin-top: 2px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@ -148,10 +148,8 @@
|
||||
> li {
|
||||
float: none;
|
||||
+ li {
|
||||
> a {
|
||||
margin-top: 2px;
|
||||
margin-left: 0; // no need for this gap between nav items
|
||||
}
|
||||
margin-top: 2px;
|
||||
margin-left: 0; // no need for this gap between nav items
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user