From: dzwillia Date: Thu, 19 Dec 2013 05:10:58 +0000 (-0500) Subject: Added position: static to table th and td. X-Git-Tag: v3.1.0~140^2~17^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11932%2Fhead;p=thirdparty%2Fbootstrap.git Added position: static to table th and td. --- diff --git a/less/tables.less b/less/tables.less index f8c05fecf3..c54b0129cb 100644 --- a/less/tables.less +++ b/less/tables.less @@ -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; }