]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
<input> buttons line-height Firefox bugfix has been shipped! 13780/head
authorChris Rebert <code@rebertia.com>
Tue, 10 Jun 2014 18:41:32 +0000 (11:41 -0700)
committerChris Rebert <code@rebertia.com>
Tue, 10 Jun 2014 18:48:12 +0000 (11:48 -0700)
Remove Wall of Browser Bugs entry.
Update mention of the bug in the CSS docs.
[skip sauce]

docs/_includes/css/buttons.html
docs/browser-bugs.html

index f6a131aaa5d58ffcb89dc5af74000a655ecc60bd..15b0f5ed273354eb7981d65e2db056a2986bb91b 100644 (file)
   <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>
index c061cb08dafdebd69e1ed6e659d55b25ff7814a7..bb4b7e18e3a6bf52e7ae5fc5f76f78ebdb5179b8 100644 (file)
@@ -23,12 +23,6 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with."
         </tr>
       </thead>
       <tbody>
-        <tr>
-          <td>Firefox &lt;30</td>
-          <td>Allow use of line-height for <code>&lt;input&gt;</code>-based buttons</td>
-          <td><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=697451">Mozilla bug #697451</a></td>
-          <td><a href="https://github.com/twbs/bootstrap/issues/2985">#2985</a></td>
-        </tr>
         <tr>
           <td>Firefox</td>
           <td>Unusual default form control styles on Android</td>