aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/css/buttons.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-06-10 11:41:32 -0700
committerChris Rebert <[email protected]>2014-06-10 11:48:12 -0700
commitaf45472dfe5e81a3ad01ea33f039f7eefe9e5245 (patch)
tree13e0f4f5e465918513eff6096e431bc98d2d5c23 /docs/_includes/css/buttons.html
parent2213a5b756ad01042bd6e68b9a17f591ca62e977 (diff)
downloadbootstrap-af45472dfe5e81a3ad01ea33f039f7eefe9e5245.tar.xz
bootstrap-af45472dfe5e81a3ad01ea33f039f7eefe9e5245.zip
<input> 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]
Diffstat (limited to 'docs/_includes/css/buttons.html')
-rw-r--r--docs/_includes/css/buttons.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/css/buttons.html b/docs/_includes/css/buttons.html
index f6a131aaa..15b0f5ed2 100644
--- a/docs/_includes/css/buttons.html
+++ b/docs/_includes/css/buttons.html
@@ -173,6 +173,6 @@
<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>
+ <p>Among other things, there's <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=697451">a bug in Firefox &lt;30</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>