diff options
| author | Mark Otto <[email protected]> | 2014-12-17 12:29:14 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-17 12:29:14 -0800 |
| commit | 52c80891c2092e5c038602603218e2c13b7bbec9 (patch) | |
| tree | 666347bd87b095e82c26a6e76406302d6a204c94 /docs/components/progress.md | |
| parent | a534020f99a14a5301ec4d54c3045db14db33083 (diff) | |
| parent | c88b3e1fd73c4c798a648e864b008c3669e6e27d (diff) | |
| download | bootstrap-52c80891c2092e5c038602603218e2c13b7bbec9.tar.xz bootstrap-52c80891c2092e5c038602603218e2c13b7bbec9.zip | |
Merge pull request #32 from twbs/old-firefox-docs
Remove docs notes about old Firefoxes
Diffstat (limited to 'docs/components/progress.md')
| -rw-r--r-- | docs/components/progress.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/progress.md b/docs/components/progress.md index 099dd9987..646a1e4e0 100644 --- a/docs/components/progress.md +++ b/docs/components/progress.md @@ -54,7 +54,7 @@ Uses a gradient to create a striped effect. The striped gradient can also be animated. Add `.progress-animated` to `.progress` to animate the stripes right to left via CSS3 animations. -**Animated progress bars do not work in IE9, older versions of Firefox, and Opera 12** as they don't support CSS3 animations. +**Animated progress bars do not work in IE9 and Opera 12** as they don't support CSS3 animations. <div class="bs-example"> <progress class="progress progress-striped" value="25" max="100">25%</progress> |
