From 7a24cecd935b3016331a0219541aeb3ae31c71e5 Mon Sep 17 00:00:00 2001 From: Florian Baumann Date: Wed, 1 Mar 2023 09:34:32 +0100 Subject: [PATCH] Footer link and simpler css --- templates/index.tmpl | 39 +++++++++++---------------------------- 1 file changed, 11 insertions(+), 28 deletions(-) diff --git a/templates/index.tmpl b/templates/index.tmpl index 5b70167..7bfcb85 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -36,40 +36,23 @@ justify-content: unset } - table#cards td { - display: none; - } + table#cards td, table#cards th { display: none; } - table#cards th:nth-child(1) { - display: revert; - } - table#cards th:nth-child(2) { - display: revert; - } - table#cards th:nth-child(4) { - display: revert; - } - table#cards th:nth-child(5) { - display: revert; - } + + table#cards th:nth-child(1), + table#cards th:nth-child(2), + table#cards th:nth-child(4), + table#cards th:nth-child(5), table#cards th:nth-child(9) { display: revert; } - table#cards td:nth-child(1) { - display: revert; - } - table#cards td:nth-child(2) { - display: revert; - } - table#cards td:nth-child(4) { - display: revert; - } - table#cards td:nth-child(5) { - display: revert; - } + table#cards td:nth-child(1), + table#cards td:nth-child(2), + table#cards td:nth-child(4), + table#cards td:nth-child(5), table#cards td:nth-child(9) { display: revert; } @@ -221,7 +204,7 @@