diff --git a/bootstrap.css b/bootstrap.css index 7d6263c6bd..a46f6ca85a 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: Sat Jan 7 23:50:13 PST 2012 + * Date: Sun Jan 8 00:50:20 PST 2012 */ html, body { margin: 0; diff --git a/docs/components.html b/docs/components.html index 6fca1268f7..bd8753401a 100644 --- a/docs/components.html +++ b/docs/components.html @@ -346,6 +346,16 @@
+<div class="tabbable tabs-bottom"> + <ul class="nav tabs"> + ... + </ul> + <div class="tab-content"> + ... + </div> +</div> +
+<div class="tabbable tabs-left"> + <ul class="nav tabs"> + ... + </ul> + <div class="tab-content"> + ... + </div> +</div> +
+<div class="tabbable tabs-right"> + <ul class="nav tabs"> + ... + </ul> + <div class="tab-content"> + ... + </div> +</div> +diff --git a/lib/progress-bars.less b/lib/progress-bars.less index 28c56d131c..f5a8398340 100644 --- a/lib/progress-bars.less +++ b/lib/progress-bars.less @@ -39,16 +39,14 @@ height: 18px; margin-bottom: 18px; #gradient > .vertical(#f5f5f5, #f9f9f9); - border: 1px solid #ddd; .box-shadow(inset 0 1px 2px rgba(0,0,0,.1)); } // Bar of progress .progress .bar { width: 0%; - height: 20px; - margin: -1px; - #gradient > .vertical(#62c462, #57a957); + height: 18px; + margin: ; #gradient > .vertical(#149bdf, #0480be); .box-shadow(inset 0 -1px 0 rgba(0,0,0,.15)); .box-sizing(border-box);