Remove Wall of Browser Bugs entry.
Update mention of the bug in the CSS docs.
[skip sauce]
<div class="bs-callout bs-callout-warning">
<h4>Cross-browser rendering</h4>
<p>As a best practice, <strong>we highly recommend using the <code><button></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><input></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 <30</a> that prevents us from setting the <code>line-height</code> of <code><input></code>-based buttons, causing them to not exactly match the height of other buttons on Firefox.</p>
</div>
</div>
</tr>
</thead>
<tbody>
- <tr>
- <td>Firefox <30</td>
- <td>Allow use of line-height for <code><input></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>