2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +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;
}
.nav-pills > li + li > a {
.nav-pills > li + li {
margin-left: 2px;
}
+1 -1
View File
File diff suppressed because one or more lines are too long