From f3ae9430f271c0cd8e15942d5c1ded6a0ea181e9 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 13 Mar 2015 13:53:12 -0700 Subject: [PATCH] Document that .progress-bar-striped doesn't work in IE<=9; fixes #16058 [skip sauce] --- docs/_includes/components/progress-bars.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/components/progress-bars.html b/docs/_includes/components/progress-bars.html index 0602ccf118..e8ea1beed4 100644 --- a/docs/_includes/components/progress-bars.html +++ b/docs/_includes/components/progress-bars.html @@ -116,7 +116,7 @@ {% endhighlight %}

Striped

-

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

+

Uses a gradient to create a striped effect. Not available in IE9 and below.

-- 2.47.2