From 9a25b6a4999a3e816510cf5e04e0baf6e18755ca Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 4 May 2026 10:34:31 -0300 Subject: css: use margin to distinguish dt from ul in division list --- src/static/css/miscellany.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/static/css') diff --git a/src/static/css/miscellany.css b/src/static/css/miscellany.css index dcdd72ca..bbdd3a23 100644 --- a/src/static/css/miscellany.css +++ b/src/static/css/miscellany.css @@ -144,6 +144,7 @@ dl.division-list dt { font-size: 0.88em; + padding-left: 15px; } dl.division-list dd { @@ -153,7 +154,7 @@ dl.division-list dd + dt::before { content: ""; display: block; - width: 220px; + width: 245px; border-bottom: 1px solid var(--dim-color); margin-bottom: 0.6em; } -- cgit 1.3.0-6-gf8a5