]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
IE11 & current Firefox are still affected.
authorChris Rebert <code@rebertia.com>
Tue, 23 Dec 2014 01:02:29 +0000 (17:02 -0800)
committerChris Rebert <code@rebertia.com>
Tue, 23 Dec 2014 01:24:26 +0000 (17:24 -0800)
Refs #11623

less/tables.less

index ba24498a3942e1d4f9c95fa28363aa9ee223b6fa..3c801aedbbe1b0c8b8a0df87550fa1aacc66ca1c 100644 (file)
@@ -133,7 +133,7 @@ th {
 // Reset default table behavior
 
 table col[class*="col-"] {
-  position: static; // Prevent border hiding in Firefox and IE9/10 (see https://github.com/twbs/bootstrap/issues/11623)
+  position: static; // Prevent border hiding in Firefox and IE9-11 (see https://github.com/twbs/bootstrap/issues/11623)
   float: none;
   display: table-column;
 }
@@ -141,7 +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)
+      position: static; // Prevent border hiding in Firefox and IE9-11 (see https://github.com/twbs/bootstrap/issues/11623)
       float: none;
       display: table-cell;
     }