diff --git a/docs/_includes/css/buttons.html b/docs/_includes/css/buttons.html index f6a131aaa5..15b0f5ed27 100644 --- a/docs/_includes/css/buttons.html +++ b/docs/_includes/css/buttons.html @@ -173,6 +173,6 @@

Cross-browser rendering

As a best practice, we highly recommend using the <button> element whenever possible to ensure matching cross-browser rendering.

-

Among other things, there's a Firefox bug that prevents us from setting the line-height of <input>-based buttons, causing them to not exactly match the height of other buttons on Firefox.

+

Among other things, there's a bug in Firefox <30 that prevents us from setting the line-height of <input>-based buttons, causing them to not exactly match the height of other buttons on Firefox.

diff --git a/docs/browser-bugs.html b/docs/browser-bugs.html index c061cb08da..bb4b7e18e3 100644 --- a/docs/browser-bugs.html +++ b/docs/browser-bugs.html @@ -23,12 +23,6 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with." - - Firefox <30 - Allow use of line-height for <input>-based buttons - Mozilla bug #697451 - #2985 - Firefox Unusual default form control styles on Android