aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/components.html b/docs/components.html
index 28061fb05..7425b8e6a 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -1770,7 +1770,7 @@
</div>
<div class="span4">
<h3>Striped</h3>
- <p>Uses a gradient to create a striped effect.</p>
+ <p>Uses a gradient to create a striped effect (no IE).</p>
<div class="progress progress-striped">
<div class="bar" style="width: 20%;"></div>
</div>
@@ -1783,7 +1783,7 @@
</div>
<div class="span4">
<h3>Animated</h3>
- <p>Takes the striped example and animates it.</p>
+ <p>Takes the striped example and animates it (no IE).</p>
<div class="progress progress-striped active">
<div class="bar" style="width: 45%"></div>
</div>
@@ -1838,8 +1838,8 @@
</div>
<div class="span3">
<h3>Browser support</h3>
- <p>Progress bars use CSS3 gradients, transitions, and animations to achieve all their effects. These features are not supported in IE7-8 or older versions of Firefox.</p>
- <p>Opera does not support animations at this time.</p>
+ <p>Progress bars use CSS3 gradients, transitions, and animations to achieve all their effects. These features are not supported in IE7-9 or older versions of Firefox.</p>
+ <p>Opera and IE do not support animations at this time.</p>
</div>
</div>