From: Alan Knowles Date: Wed, 12 Sep 2018 05:36:13 +0000 (+0800) Subject: less/bootstrap/tables.less X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=b058b55a2f16e1d9a5b7d0af5c2dc8f4904541b3 less/bootstrap/tables.less --- diff --git a/less/bootstrap/tables.less b/less/bootstrap/tables.less index 2242c03686..5eff926fd9 100644 --- a/less/bootstrap/tables.less +++ b/less/bootstrap/tables.less @@ -23,6 +23,7 @@ th { width: 100%; max-width: 100%; margin-bottom: @line-height-computed; + border-top: 1px solid @table-border-color; // Cells > thead, > tbody, @@ -57,7 +58,7 @@ th { > tbody + tbody { border-top: 2px solid @table-border-color; } - + // Nesting .table { background-color: @body-bg;