From: Chris Rebert Date: Tue, 23 Dec 2014 01:02:29 +0000 (-0800) Subject: IE11 & current Firefox are still affected. X-Git-Tag: v3.3.2~5^2~68^2~1^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d84f726da4f55434de853202961310d153f35739;p=thirdparty%2Fbootstrap.git IE11 & current Firefox are still affected. Refs #11623 --- diff --git a/less/tables.less b/less/tables.less index ba24498a39..3c801aedbb 100644 --- a/less/tables.less +++ b/less/tables.less @@ -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; }