Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2014-01-30 22:42:44 +0400
committerChris Rebert <github@rebertia.com>2014-01-30 22:42:44 +0400
commit9f26194489630e16b3b415ee08bcdf5615ab015a (patch)
tree42430943726e4fbe6e3ca0c1fb852cde254794a5 /docs/components.html
parent1409cde7e800ca83fd761f87e5ad8f0d259e38d1 (diff)
note specific versions of IE where progress bar animation supported; fixes #12437
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html
index 06b69ad1a0..6cf14ab445 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>