]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Added position: static to table th and td. 11932/head
authordzwillia <dzwillia@gmail.com>
Thu, 19 Dec 2013 05:10:58 +0000 (00:10 -0500)
committerdzwillia <dzwillia@gmail.com>
Thu, 19 Dec 2013 05:10:58 +0000 (00:10 -0500)
less/tables.less

index f8c05fecf37aca80a7dd48cb0019011c3b8e5020..c54b0129cbb75bb79be6956ed5cbc8241d2b34bb 100644 (file)
@@ -141,6 +141,7 @@ table {
   td,
   th {
     &[class*="col-"] {
+      position: static; // Prevent border hiding in Firefox and IE9/10 (see https://github.com/twbs/bootstrap/issues/11623)
       float: none;
       display: table-cell;
     }