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 @@