From b058b55a2f16e1d9a5b7d0af5c2dc8f4904541b3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 12 Sep 2018 13:36:13 +0800 Subject: [PATCH] less/bootstrap/tables.less --- less/bootstrap/tables.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.39.2