]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #13453: add firefox table-border and tbody bug to wall of bugs
authorMark Otto <otto@github.com>
Wed, 11 Jun 2014 16:27:07 +0000 (09:27 -0700)
committerMark Otto <otto@github.com>
Wed, 11 Jun 2014 16:27:07 +0000 (09:27 -0700)
docs/browser-bugs.html

index bb4b7e18e3a6bf52e7ae5fc5f76f78ebdb5179b8..48ad8abef6d18be26bb7dc8b7f6847958aae1a01 100644 (file)
@@ -23,6 +23,12 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with."
         </tr>
       </thead>
       <tbody>
+        <tr>
+          <td>Firefox</td>
+          <td><code>.table-bordered</code> with an empty <code>&lt;tbody&gt;</code> elements show no borders at all</td>
+          <td><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1023761">Mozilla bug #1023761</a></td>
+          <td><a href="https://github.com/twbs/bootstrap/issues/13453">#13453</a></td>
+        </tr>
         <tr>
           <td>Firefox</td>
           <td>Unusual default form control styles on Android</td>