From 5183bec42ad81daf017703887129e8ff06b5ba6d Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Mon, 15 Nov 2021 16:47:49 +0100 Subject: [PATCH] removed table border --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index e1f3fbf..8dc0e36 100644 --- a/css/style.css +++ b/css/style.css @@ -125,7 +125,7 @@ div.region-top { TABLES */ .table-bordered * { - border:none; + border: none !important; } td { padding-top: 2rem !important;