aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-12-16 19:32:26 -0800
committerChris Rebert <[email protected]>2014-12-16 19:32:26 -0800
commitc88b3e1fd73c4c798a648e864b008c3669e6e27d (patch)
treec02560b837764d6db3f04d9bdf55b6fe43ffd5bc /docs
parentea039ac72e08585c10916d5d737b691043551120 (diff)
downloadbootstrap-c88b3e1fd73c4c798a648e864b008c3669e6e27d.tar.xz
bootstrap-c88b3e1fd73c4c798a648e864b008c3669e6e27d.zip
Remove docs notes about old Firefoxes
Diffstat (limited to 'docs')
-rw-r--r--docs/components/buttons.md1
-rw-r--r--docs/components/progress.md2
2 files changed, 1 insertions, 2 deletions
diff --git a/docs/components/buttons.md b/docs/components/buttons.md
index c32cadcd6..ac2ccc6cf 100644
--- a/docs/components/buttons.md
+++ b/docs/components/buttons.md
@@ -49,7 +49,6 @@ Use the button classes on an `<a>`, `<button>`, or `<input>` element.
<div class="bs-callout bs-callout-warning">
<h4>Cross-browser rendering</h4>
<p>As a best practice, <strong>we highly recommend using the <code>&lt;button&gt;</code> element whenever possible</strong> to ensure matching cross-browser rendering.</p>
- <p>Among other things, there's <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=697451">a bug in Firefox &lt;30</a> that prevents us from setting the <code>line-height</code> of <code>&lt;input&gt;</code>-based buttons, causing them to not exactly match the height of other buttons on Firefox.</p>
</div>
## Sizes
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>