From af45472dfe5e81a3ad01ea33f039f7eefe9e5245 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 10 Jun 2014 11:41:32 -0700 Subject: [PATCH] buttons line-height Firefox bugfix has been shipped! Remove Wall of Browser Bugs entry. Update mention of the bug in the CSS docs. [skip sauce] --- docs/_includes/css/buttons.html | 2 +- docs/browser-bugs.html | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) 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