From 73efd1050f7d1514a96b6499d3b475c12acae530 Mon Sep 17 00:00:00 2001 From: Frank Knoll Date: Wed, 17 Jul 2024 10:56:55 +0200 Subject: [PATCH] removing --- docs/gentelella/build/css/custom.css | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/gentelella/build/css/custom.css b/docs/gentelella/build/css/custom.css index 245591f7c41..ba7a476f1bf 100644 --- a/docs/gentelella/build/css/custom.css +++ b/docs/gentelella/build/css/custom.css @@ -1,4 +1,5 @@ -html, body { +html, +body { height: 100%; } @@ -4932,12 +4933,9 @@ table.dataTable.display tbody tr.prrTooHigh { max-width: 100%; } -/* FK-TODO: remove this class: */ -.downloadButton { - margin-top: 10px; - display: none; -} - -a:link.underline, a:visited.underline, a:hover.underline, a:active.underline { +a:link.underline, +a:visited.underline, +a:hover.underline, +a:active.underline { text-decoration: underline; } \ No newline at end of file