Commit bf5434db authored by Mark Otto's avatar Mark Otto

Fix up dropdowns being incorrectly positioned on nav pills

parent 4e277409
...@@ -2550,7 +2550,7 @@ button.close { ...@@ -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;
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -132,9 +132,7 @@ ...@@ -132,9 +132,7 @@
border-radius: 5px; border-radius: 5px;
} }
+ li { + li {
> a { margin-left: 2px;
margin-left: 2px;
}
} }
// Active state // Active state
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment