aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/css
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-06-10 11:52:20 -0700
committerChris Rebert <[email protected]>2014-06-10 11:52:20 -0700
commitbbdaf0f244f24ce55171b8dadbdae72fdf6a62d2 (patch)
treeb660a59e478604907e9b9d0fb359692c7f7c8c56 /docs/_includes/css
parentd2e034919741286524c51e16a4ba87c1fffd509a (diff)
parentaf45472dfe5e81a3ad01ea33f039f7eefe9e5245 (diff)
downloadbootstrap-bbdaf0f244f24ce55171b8dadbdae72fdf6a62d2.tar.xz
bootstrap-bbdaf0f244f24ce55171b8dadbdae72fdf6a62d2.zip
Merge pull request #13780 from twbs/fx-30
<input> buttons line-height Firefox bugfix has been shipped!
Diffstat (limited to 'docs/_includes/css')
-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>