From: Chris Rebert Date: Tue, 10 Jun 2014 18:41:32 +0000 (-0700) Subject: buttons line-height Firefox bugfix has been shipped! X-Git-Tag: v3.2.0~94^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af45472dfe5e81a3ad01ea33f039f7eefe9e5245;p=thirdparty%2Fbootstrap.git 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] --- 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