2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

fixes #8714: correct stacked pills nav

This commit is contained in:
Mark Otto
2013-07-28 09:37:10 -07:00
parent b9ff423443
commit 111dc1492f
3 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -2566,7 +2566,7 @@ button.close {
float: none;
}
.nav-stacked > li + li > a {
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -4
View File
@@ -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
}
}
}