0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01: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

View File

@ -2550,7 +2550,7 @@ button.close {
border-radius: 5px;
}
.nav-pills > li + li > a {
.nav-pills > li + li {
margin-left: 2px;
}

File diff suppressed because one or more lines are too long

View File

@ -132,10 +132,8 @@
border-radius: 5px;
}
+ li {
> a {
margin-left: 2px;
}
}
// Active state
&.active > a {