aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-29 17:16:02 -0700
committerMark Otto <[email protected]>2013-07-29 17:16:02 -0700
commitfa854a58bde51945d2f0d0d7ce9c6ceb51694105 (patch)
tree2d84194a0919b10f55f8054223b714bdc53e05fa /css.html
parent5716355cda6ad163342daf2fa021045d8afe9c36 (diff)
parentdfd10efd80ab56004cb34156b713e8ee7bffb075 (diff)
downloadbootstrap-fa854a58bde51945d2f0d0d7ce9c6ceb51694105.tar.xz
bootstrap-fa854a58bde51945d2f0d0d7ce9c6ceb51694105.zip
Merge pull request #8818 from twbs/firefox-input-btn-docs-note
make it clearer than <input> buttons are slightly broken on Firefox
Diffstat (limited to 'css.html')
-rw-r--r--css.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/css.html b/css.html
index 58bdb2b55..82cfa3b82 100644
--- a/css.html
+++ b/css.html
@@ -1787,6 +1787,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<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 Firefox bug</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>
</div>