From 52e97fe1150e5b1c4e4b6739d2fd54b604d8981b Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 2 May 2024 18:36:16 +0000 Subject: some css voodoo for the help menu --- Zotlabs/Widget/Helpindex.php | 2 +- doc/en/toc.html | 56 ++++++++++++++++++++++---------------------- view/css/mod_help.css | 7 ++---- 3 files changed, 31 insertions(+), 34 deletions(-) diff --git a/Zotlabs/Widget/Helpindex.php b/Zotlabs/Widget/Helpindex.php index a7120b47f..23261ca6f 100644 --- a/Zotlabs/Widget/Helpindex.php +++ b/Zotlabs/Widget/Helpindex.php @@ -30,7 +30,7 @@ class Helpindex { } public function title(): string { - return t('Help Contents'); + return ''; } public function contents(): string { diff --git a/doc/en/toc.html b/doc/en/toc.html index d2f2654a1..b1edef6d2 100644 --- a/doc/en/toc.html +++ b/doc/en/toc.html @@ -1,74 +1,74 @@
-
+

Tutorials

-
+

Members

-
+

Administrators

-
+

Developers

-
+

About

diff --git a/view/css/mod_help.css b/view/css/mod_help.css index 1799493b8..3c3bc195f 100644 --- a/view/css/mod_help.css +++ b/view/css/mod_help.css @@ -1,11 +1,11 @@ .doco-list-group-item > a { font-weight: bold; -} +} .sub-menu { margin: 3px 0px 10px 10px; } - + #doco-content h3 { border-bottom: #ccc 3px solid; padding-bottom: 0.3em; @@ -24,6 +24,3 @@ padding-left: 20px; } -#doco-side-toc { - padding-top: 10px; -} -- cgit v1.2.3