aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-03-10 18:03:59 -0800
committerMark Otto <[email protected]>2012-03-10 18:03:59 -0800
commit635ee36e11d4e981b06034057e4990e2e63eec2a (patch)
tree7a7077de7664b7bccd57099b0267998b36da1184 /docs/components.html
parent6e72760de5321bea4f8292df151d7bc7b0c1d2aa (diff)
downloadbootstrap-635ee36e11d4e981b06034057e4990e2e63eec2a.tar.xz
bootstrap-635ee36e11d4e981b06034057e4990e2e63eec2a.zip
fix gradient mixins by escaping them, add notes on progress bars
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>