From ff64eb0816522ca3a2ee360b6e53763931eb50b8 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Wed, 6 Jul 2022 22:00:25 -0400 Subject: Support basic nested lists in markdown processor --- docs/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/style.css') diff --git a/docs/style.css b/docs/style.css index 8aafe27d..2e76b27f 100644 --- a/docs/style.css +++ b/docs/style.css @@ -58,6 +58,9 @@ table th { background-color: #eaeeee; border-bottom-color: #5a5f5d; } +li ul { + padding-left: 1.2em; +} @font-face{ font-family: BQNMod; -- cgit v1.2.3