2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

fix placement of dropdowns in navbar after getting to general in those styles

This commit is contained in:
Mark Otto
2012-01-08 13:30:23 -08:00
parent 0d62778b28
commit 6226b14e3b
3 changed files with 9 additions and 7 deletions
+3 -3
View File
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Sun Jan 8 13:21:31 PST 2012
* Date: Sun Jan 8 13:30:08 PST 2012
*/
html, body {
margin: 0;
@@ -1925,7 +1925,7 @@ i {
.pills.stacked > li:last-child > a {
margin-bottom: 1px;
}
.nav .dropdown-menu {
.pills .dropdown-menu, .tabs .dropdown-menu {
top: 33px;
border-width: 1px;
}
@@ -1941,7 +1941,7 @@ i {
.tabs .dropdown-toggle:hover .caret, .pills .dropdown-toggle:hover .caret {
border-top-color: #005580;
}
.nav .open .dropdown-toggle {
.tabs .open .dropdown-toggle, .pills .open .dropdown-toggle {
background-color: #999;
border-color: #999;
}