aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-07-29 16:57:30 -0700
committerChris Rebert <[email protected]>2013-07-29 16:57:30 -0700
commitdfd10efd80ab56004cb34156b713e8ee7bffb075 (patch)
tree3dad5acf5ab33f25a8fcb75e239b7310780a2388
parent1e0c0b8f94bee92cd34e4b323b75543f38c2fb42 (diff)
downloadbootstrap-dfd10efd80ab56004cb34156b713e8ee7bffb075.tar.xz
bootstrap-dfd10efd80ab56004cb34156b713e8ee7bffb075.zip
make it clearer than <input> buttons are slightly broken on Firefox
-rw-r--r--css.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/css.html b/css.html
index 8018c4ff5..d34b487d8 100644
--- a/css.html
+++ b/css.html
@@ -1777,6 +1777,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>