From: Chris Rebert Date: Mon, 29 Jul 2013 23:57:30 +0000 (-0700) Subject: make it clearer than buttons are slightly broken on Firefox X-Git-Tag: v3.0.0~99^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8818%2Fhead;p=thirdparty%2Fbootstrap.git make it clearer than buttons are slightly broken on Firefox --- diff --git a/css.html b/css.html index 8018c4ff57..d34b487d8c 100644 --- a/css.html +++ b/css.html @@ -1777,6 +1777,7 @@ For example, <section> should be wrapped as inline.

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.