From a1951ed7c08bbaad37e323b460f440d9598d364e Mon Sep 17 00:00:00 2001 From: Jonas Pommerening Date: Mon, 20 Aug 2012 10:12:03 +0200 Subject: stack mutliple progress bars --- docs/components.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index e4bb55188..0eb929d83 100644 --- a/docs/components.html +++ b/docs/components.html @@ -2067,6 +2067,26 @@ </div> +

Stacked

+

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>
+
+
-- cgit v1.2.3