From: Chris Rebert Date: Fri, 13 Mar 2015 20:53:12 +0000 (-0700) Subject: Document that .progress-bar-striped doesn't work in IE<=9; fixes #16058 X-Git-Tag: v3.3.4~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3ae9430f271c0cd8e15942d5c1ded6a0ea181e9;p=thirdparty%2Fbootstrap.git Document that .progress-bar-striped doesn't work in IE<=9; fixes #16058 [skip sauce] --- 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.