2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Fix up dropdowns being incorrectly positioned on nav pills

This commit is contained in:
Mark Otto
2013-07-26 22:11:58 -07:00
parent 4e27740916
commit bf5434dbec
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -2550,7 +2550,7 @@ button.close {
border-radius: 5px; border-radius: 5px;
} }
.nav-pills > li + li > a { .nav-pills > li + li {
margin-left: 2px; margin-left: 2px;
} }
+1 -1
View File
File diff suppressed because one or more lines are too long
-2
View File
@@ -132,10 +132,8 @@
border-radius: 5px; border-radius: 5px;
} }
+ li { + li {
> a {
margin-left: 2px; margin-left: 2px;
} }
}
// Active state // Active state
&.active > a { &.active > a {