From 794a71ba8105a318fb9e1b2ab7c1d1fee4b13e47 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 16 Feb 2020 00:27:21 +0000 Subject: [PATCH] remove black border around table --- local.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.css b/local.css index 727df18f1..5ca4495d4 100644 --- a/local.css +++ b/local.css @@ -62,7 +62,7 @@ table { margin-left: 35px; } -table, th, td { +th, td { border: 1px solid black; } -- 2.30.2