From 4af950b6a428ec48bdde14c3108638ffc95c9186 Mon Sep 17 00:00:00 2001 From: Joscha Date: Fri, 18 Aug 2023 00:06:20 +0200 Subject: [PATCH] Simplify css --- static/base.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/static/base.css b/static/base.css index 9e24f9d..6f248b0 100644 --- a/static/base.css +++ b/static/base.css @@ -39,14 +39,11 @@ details { details>summary { font-weight: bold; - margin-left: 0; - list-style-type: "> "; cursor: pointer; + list-style-type: "> "; } details[open]>summary { - margin-left: 0; - margin-bottom: 1em; list-style-type: "v "; }