From 1a13624c5e50be9b0c3c4edaec6d33d629ad132a Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 12 Jul 2021 12:57:14 +0200 Subject: Make sub-section folders collapsable This patch makes the sub-section folders start collapsed and able to un-collapse them. Signed-off-by: Matthias Beyer --- sass/main.scss | 2 +- templates/index.html | 4 ++-- templates/macro.html | 8 +++++--- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/sass/main.scss b/sass/main.scss index 56f32be..a5eb41f 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -240,7 +240,7 @@ main { @include color(color, --second-text-color, $theme-light-second-text-color); } -#subpages { +.subpages { padding-left: 1em; } diff --git a/templates/index.html b/templates/index.html index 1752e61..07bbb5c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -69,8 +69,8 @@