aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.2.0.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-02 01:03:16 -0700
committerMark Otto <[email protected]>2011-09-02 01:03:16 -0700
commitdb830140eea8e38c09cb80ff970f197b7ea1a11a (patch)
tree1f8e5bdaf0ad7dbf622ba9ee8377ec91c73eff3e /bootstrap-1.2.0.css
parent411e32434095c9b6e9def4114d84df371e8e5d20 (diff)
downloadbootstrap-db830140eea8e38c09cb80ff970f197b7ea1a11a.tar.xz
bootstrap-db830140eea8e38c09cb80ff970f197b7ea1a11a.zip
add old dropdown support to tabs dropdowns
Diffstat (limited to 'bootstrap-1.2.0.css')
-rw-r--r--bootstrap-1.2.0.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap-1.2.0.css b/bootstrap-1.2.0.css
index 105de8a6d..aa942eeaf 100644
--- a/bootstrap-1.2.0.css
+++ b/bootstrap-1.2.0.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: Fri Sep 2 00:57:14 PDT 2011
+ * Date: Fri Sep 2 01:03:07 PDT 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -1449,19 +1449,19 @@ a.menu:after, .dropdown-toggle:after {
border-bottom: 0;
color: #808080;
}
-.tabs .dropdown-menu {
+.tabs .menu-dropdown, .tabs .dropdown-menu {
top: 35px;
border-width: 1px;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px 6px;
border-radius: 0 6px 6px 6px;
}
-.tabs .dropdown-toggle:after {
+.tabs a.menu:after, .tabs .dropdown-toggle:after {
border-top-color: #999;
margin-top: 15px;
margin-left: 5px;
}
-.tabs .dropdown.open .dropdown-toggle:after {
+.tabs li.open a.menu:after, .tabs .dropdown.open .dropdown-toggle:after {
border-top-color: #555;
}
.pills a {