From 915c2e30c56061fc646458a882c91d0353210bc0 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Fri, 4 Nov 2011 13:47:35 -0700 Subject: [PATCH] update bootstrap build --- 1.4.0/bootstrap.css | 7 +++++-- 1.4.0/bootstrap.min.css | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/1.4.0/bootstrap.css b/1.4.0/bootstrap.css index d035edf0..59fb303a 100644 --- a/1.4.0/bootstrap.css +++ b/1.4.0/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:46:58 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 { diff --git a/1.4.0/bootstrap.min.css b/1.4.0/bootstrap.min.css index 3cdbded2..c8f9e231 100644 --- a/1.4.0/bootstrap.min.css +++ b/1.4.0/bootstrap.min.css @@ -269,7 +269,7 @@ a.menu:after,.dropdown-toggle:after{width:0;height:0;display:inline-block;conten .pills a{margin:5px 3px 5px 0;padding:0 15px;line-height:30px;text-shadow:0 1px 1px #ffffff;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;}.pills a:hover{color:#ffffff;text-decoration:none;text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);background-color:#00438a;} .pills .active a{color:#ffffff;text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);background-color:#0069d6;} .pills-vertical>li{float:none;} -.tab-content>.tab-pane,.pill-content>.pill-pane{display:none;} +.tab-content>.tab-pane,.pill-content>.pill-pane,.tab-content>div,.pill-content>div{display:none;} .tab-content>.active,.pill-content>.active{display:block;} .breadcrumb{padding:7px 14px;margin:0 0 18px;background-color:#f5f5f5;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));background-image:-moz-linear-gradient(top, #ffffff, #f5f5f5);background-image:-ms-linear-gradient(top, #ffffff, #f5f5f5);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));background-image:-webkit-linear-gradient(top, #ffffff, #f5f5f5);background-image:-o-linear-gradient(top, #ffffff, #f5f5f5);background-image:linear-gradient(top, #ffffff, #f5f5f5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);border:1px solid #ddd;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0 1px 0 #ffffff;-moz-box-shadow:inset 0 1px 0 #ffffff;box-shadow:inset 0 1px 0 #ffffff;}.breadcrumb li{display:inline;text-shadow:0 1px 0 #ffffff;} .breadcrumb .divider{padding:0 5px;color:#bfbfbf;}