From f0494cb874d0b51f2ab15c774dd2512c814a913b Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Mon, 15 Nov 2021 16:48:37 +0100 Subject: [PATCH] no table border --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 8dc0e36..208648a 100644 --- a/css/style.css +++ b/css/style.css @@ -123,7 +123,7 @@ div.region-top { /******************* TABLES */ - + .table-bordered, .table-bordered * { border: none !important; }