From c2681876f2f216f924bd7e823b473bcbf9b4b631 Mon Sep 17 00:00:00 2001 From: Marc Riera Irigoyen Date: Fri, 16 Mar 2018 12:28:24 +0100 Subject: [PATCH] Hide only empty table headers --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 2f6d9af..e771da9 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -264,7 +264,7 @@ td { text-align: center; } -th { +th:empty { display:none; }