From a65804bb91783e994457e9d7b785fc49947dd467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=AA=E3=82=AD=E8=90=8C?= Date: Mon, 14 Jul 2025 20:55:37 +0200 Subject: [PATCH] change bullet point --- static/css/doc.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/doc.css b/static/css/doc.css index 2832972..032dcfa 100644 --- a/static/css/doc.css +++ b/static/css/doc.css @@ -46,10 +46,11 @@ main.doc { & ul, & ol { /* Is there a better way to add spacing to the marker, other than adding whitespace? */ - list-style: "– "; + list-style: "- "; margin-top: 0; margin-bottom: 0; padding-bottom: 0.5lh; + padding-left: 3.2em; } }