mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
fixes #8714: correct stacked pills nav
This commit is contained in:
Vendored
+1
-1
@@ -2566,7 +2566,7 @@ button.close {
|
|||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-stacked > li + li > a {
|
.nav-stacked > li + li {
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+2
-4
@@ -148,10 +148,8 @@
|
|||||||
> li {
|
> li {
|
||||||
float: none;
|
float: none;
|
||||||
+ li {
|
+ li {
|
||||||
> a {
|
margin-top: 2px;
|
||||||
margin-top: 2px;
|
margin-left: 0; // no need for this gap between nav items
|
||||||
margin-left: 0; // no need for this gap between nav items
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user