aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-01-30 10:42:44 -0800
committerChris Rebert <[email protected]>2014-01-30 10:42:44 -0800
commit9f26194489630e16b3b415ee08bcdf5615ab015a (patch)
tree42430943726e4fbe6e3ca0c1fb852cde254794a5 /docs
parent1409cde7e800ca83fd761f87e5ad8f0d259e38d1 (diff)
downloadbootstrap-9f26194489630e16b3b415ee08bcdf5615ab015a.tar.xz
bootstrap-9f26194489630e16b3b415ee08bcdf5615ab015a.zip
note specific versions of IE where progress bar animation supported; fixes #12437
Diffstat (limited to 'docs')
-rw-r--r--docs/components.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html
index 06b69ad1a..6cf14ab44 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -2367,7 +2367,7 @@ body { padding-bottom: 70px; }
{% endhighlight %}
<h3 id="progress-animated">Animated</h3>
- <p>Add <code>.active</code> to <code>.progress-striped</code> to animate the stripes right to left. Not available in all versions of IE.</p>
+ <p>Add <code>.active</code> to <code>.progress-striped</code> to animate the stripes right to left. Not available in IE9 and below.</p>
<div class="bs-example">
<div class="progress progress-striped active">
<div class="progress-bar" role="progressbar" aria-valuenow="45" aria-valuemin="0" aria-valuemax="100" style="width: 45%"><span class="sr-only">45% Complete</span></div>