diff options
| author | Chris Rebert <[email protected]> | 2015-03-13 13:53:12 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-03-13 13:53:12 -0700 |
| commit | f3ae9430f271c0cd8e15942d5c1ded6a0ea181e9 (patch) | |
| tree | 5de750fba3c93e18b11dc8c0e2ca6e5e6ecedb8e /docs/_includes/components | |
| parent | ba1345f144283d579b07cd40b5ae5a5b84d2b2e7 (diff) | |
| download | bootstrap-f3ae9430f271c0cd8e15942d5c1ded6a0ea181e9.tar.xz bootstrap-f3ae9430f271c0cd8e15942d5c1ded6a0ea181e9.zip | |
Document that .progress-bar-striped doesn't work in IE<=9; fixes #16058
[skip sauce]
Diffstat (limited to 'docs/_includes/components')
| -rw-r--r-- | docs/_includes/components/progress-bars.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/components/progress-bars.html b/docs/_includes/components/progress-bars.html index 0602ccf11..e8ea1beed 100644 --- a/docs/_includes/components/progress-bars.html +++ b/docs/_includes/components/progress-bars.html @@ -116,7 +116,7 @@ {% endhighlight %} <h2 id="progress-striped">Striped</h2> - <p>Uses a gradient to create a striped effect. Not available in IE8.</p> + <p>Uses a gradient to create a striped effect. Not available in IE9 and below.</p> <div class="bs-example" data-example-id="striped-progress-bar"> <div class="progress"> <div class="progress-bar progress-bar-success progress-bar-striped" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%"> |
