Merge pull request #14233 from twbs/another-one-bites-the-dust

Remove #9226 from Wall of Browser Bugs
This commit is contained in:
Chris Rebert 2014-07-24 12:25:42 -07:00
commit 5ea6b57616
1 changed files with 0 additions and 6 deletions

View File

@ -59,12 +59,6 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with."
<td><a href="https://code.google.com/p/chromium/issues/detail?id=337668">Chromium issue #337668</a></td>
<td><a href="https://github.com/twbs/bootstrap/issues/8350">#8350</a>, <a href="https://github.com/necolas/normalize.css/issues/283">Normalize #283</a></td>
</tr>
<tr>
<td>Chrome</td>
<td>Navbar rendering problem on Windows after several clicks</td>
<td><a href="https://code.google.com/p/chromium/issues/detail?id=272750">Chromium issue #272750</a>, <a href="https://bugs.webkit.org/show_bug.cgi?id=119793">WebKit bug #119793</a></td>
<td><a href="https://github.com/twbs/bootstrap/issues/9226">#9226</a></td>
</tr>
<tr>
<td>Chrome</td>
<td><code>display: table;</code> within <code>display: block;</code> forces sibling content to new line</td>