From 2fda6a45aa762f66e573a81c279f79e362f3593f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 20 Aug 2012 11:22:37 -0700 Subject: bump up height of progress bars, give some extra depth with stacking bars, and then make the stacked bars actually work --- docs/components.html | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index 0eb929d83..ce90be579 100644 --- a/docs/components.html +++ b/docs/components.html @@ -2071,19 +2071,16 @@

Place multiple bars into the same .progress to stack them.

-
-
-
+
+
+
 <div class="progress">
-  <div class="bar-success"
-       style="width: 35%;"></div>
-  <div class="bar-warning"
-       style="width: 20%;"></div>
-  <div class="bar-danger"
-       style="width: 10%;"></div>
+  <div class="bar bar-success" style="width: 35%;"></div>
+  <div class="bar bar-warning" style="width: 20%;"></div>
+  <div class="bar bar-danger" style="width: 10%;"></div>
 </div>
 
-- cgit v1.2.3