From 5eb2d49476a2c73dab2cf4f92a10fffbc8067ea3 Mon Sep 17 00:00:00 2001 From: OldHawk Date: Thu, 18 May 2017 13:41:14 +0800 Subject: [PATCH] fix(home): css page layout --- modules/core/client/less/comment.less | 2 +- modules/core/client/less/table-row-col.less | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/core/client/less/comment.less b/modules/core/client/less/comment.less index edc33999..af13946b 100644 --- a/modules/core/client/less/comment.less +++ b/modules/core/client/less/comment.less @@ -22,7 +22,7 @@ display: table-cell; vertical-align: middle; padding-top: 10px; - font-size: 1px; + font-size: 12px; svg { vertical-align: bottom !important; path { diff --git a/modules/core/client/less/table-row-col.less b/modules/core/client/less/table-row-col.less index e1d1af34..ac2fde4a 100644 --- a/modules/core/client/less/table-row-col.less +++ b/modules/core/client/less/table-row-col.less @@ -12,7 +12,7 @@ the example url: http://www.minimit.com/demos/bootstrap-3-responsive-columns-of- } .col-height { display: table-cell; - float: none; + float: left; height: 100%; } .col-top { @@ -34,7 +34,7 @@ the example url: http://www.minimit.com/demos/bootstrap-3-responsive-columns-of- } .col-xs-height { display: table-cell; - float: none; + float: left; height: 100%; } .col-xs-top { @@ -57,7 +57,7 @@ the example url: http://www.minimit.com/demos/bootstrap-3-responsive-columns-of- } .col-sm-height { display: table-cell; - float: none; + float: left; height: 100%; } .col-sm-top { @@ -80,7 +80,7 @@ the example url: http://www.minimit.com/demos/bootstrap-3-responsive-columns-of- } .col-md-height { display: table-cell; - float: none; + float: left; height: 100%; } .col-md-top { @@ -103,7 +103,7 @@ the example url: http://www.minimit.com/demos/bootstrap-3-responsive-columns-of- } .col-lg-height { display: table-cell; - float: none; + float: left; height: 100%; } .col-lg-top {