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 "; }