From f43945625bda9a84362aa143200b4fba7a39fc94 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 12 Sep 2018 13:37:56 +0800 Subject: [PATCH] less/bootstrap/tables.less --- less/bootstrap/tables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/bootstrap/tables.less b/less/bootstrap/tables.less index 5eff926fd9..a998c942e7 100644 --- a/less/bootstrap/tables.less +++ b/less/bootstrap/tables.less @@ -23,7 +23,7 @@ th { width: 100%; max-width: 100%; margin-bottom: @line-height-computed; - border-top: 1px solid @table-border-color; + border-bottom: 1px solid @table-border-color; // Cells > thead, > tbody, -- 2.39.2