From 8b4152f79b54a5fcd9ef3bd5ac3b262b4d9d19f8 Mon Sep 17 00:00:00 2001 From: OldHawk Date: Fri, 19 May 2017 13:08:27 +0800 Subject: [PATCH] fix(css): remove css lint warning --- modules/core/client/less/table-row-col.less | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/core/client/less/table-row-col.less b/modules/core/client/less/table-row-col.less index ac2fde4a..cacbd0b4 100644 --- a/modules/core/client/less/table-row-col.less +++ b/modules/core/client/less/table-row-col.less @@ -12,7 +12,6 @@ the example url: http://www.minimit.com/demos/bootstrap-3-responsive-columns-of- } .col-height { display: table-cell; - float: left; height: 100%; } .col-top { @@ -34,7 +33,6 @@ the example url: http://www.minimit.com/demos/bootstrap-3-responsive-columns-of- } .col-xs-height { display: table-cell; - float: left; height: 100%; } .col-xs-top { @@ -57,7 +55,6 @@ the example url: http://www.minimit.com/demos/bootstrap-3-responsive-columns-of- } .col-sm-height { display: table-cell; - float: left; height: 100%; } .col-sm-top { @@ -80,7 +77,6 @@ the example url: http://www.minimit.com/demos/bootstrap-3-responsive-columns-of- } .col-md-height { display: table-cell; - float: left; height: 100%; } .col-md-top { @@ -103,7 +99,6 @@ the example url: http://www.minimit.com/demos/bootstrap-3-responsive-columns-of- } .col-lg-height { display: table-cell; - float: left; height: 100%; } .col-lg-top {