aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-11-04 13:44:25 -0700
committerJacob Thornton <[email protected]>2011-11-04 13:44:25 -0700
commite87daa907877e5727ae054e83dc2de55153e9358 (patch)
tree0ecd4d4a92778940b4cbad08f2184e3524785367 /bootstrap.css
parent0a268389cef3986fbdf67c361057c7cb543504c4 (diff)
downloadbootstrap-e87daa907877e5727ae054e83dc2de55153e9358.tar.xz
bootstrap-e87daa907877e5727ae054e83dc2de55153e9358.zip
make .tab-content backwards compat with 1.3
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/bootstrap.css b/bootstrap.css
index d035edf01..eb4b824d3 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: Fri Nov 4 13:34:33 PDT 2011
+ * Date: Fri Nov 4 13:44:15 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).
@@ -1725,7 +1725,10 @@ a.menu:after, .dropdown-toggle:after {
.pills-vertical > li {
float: none;
}
-.tab-content > .tab-pane, .pill-content > .pill-pane {
+.tab-content > .tab-pane,
+.pill-content > .pill-pane,
+.tab-content > div,
+.pill-content > div {
display: none;
}
.tab-content > .active, .pill-content > .active {