From 99f176e7ec678b4c9ea4fc973135d39a4553feab Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 18 Jun 2014 22:35:05 -0700 Subject: rewrite striped and active to deprecate the parent selectors, change the docs --- docs/_includes/components/progress-bars.html | 46 ++++++++++++++-------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'docs/_includes/components/progress-bars.html') diff --git a/docs/_includes/components/progress-bars.html b/docs/_includes/components/progress-bars.html index a78e2c881..d57c3fa7d 100644 --- a/docs/_includes/components/progress-bars.html +++ b/docs/_includes/components/progress-bars.html @@ -120,60 +120,60 @@

Striped

Uses a gradient to create a striped effect. Not available in IE8.

-
-
+
+
40% Complete (success)
-
-
+
+
20% Complete
-
-
+
+
60% Complete (warning)
-
-
+
+
80% Complete (danger)
{% highlight html %} -
-
+
+
40% Complete (success)
-
-
+
+
20% Complete
-
-
+
+
60% Complete (warning)
-
-
+
+
80% Complete (danger)
{% endhighlight %}

Animated

-

Add .active to .progress-striped to animate the stripes right to left. Not available in IE9 and below.

+

Add .active to .progress-bar-striped to animate the stripes right to left. Not available in IE9 and below.

-
-
45% Complete
+
+
45% Complete
{% highlight html %} -
-
+
+
45% Complete
@@ -186,7 +186,7 @@
35% Complete (success)
-
+
20% Complete (warning)
@@ -199,7 +199,7 @@
35% Complete (success)
-
+
20% Complete (warning)
-- cgit v1.2.3