aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-08 13:30:23 -0800
committerMark Otto <[email protected]>2012-01-08 13:30:23 -0800
commit6226b14e3b97819119da0f026e9d3ae6dd0a31c0 (patch)
treef43bfade10972853bac2830f6365565cd5abb342 /bootstrap.css
parent0d62778b28147f599015489d281e749893907087 (diff)
downloadbootstrap-6226b14e3b97819119da0f026e9d3ae6dd0a31c0.tar.xz
bootstrap-6226b14e3b97819119da0f026e9d3ae6dd0a31c0.zip
fix placement of dropdowns in navbar after getting to general in those styles
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap.css b/bootstrap.css
index baafd0dd9..1fc88441a 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -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;
}