From f187cad58a5e2cb0d4f7e78b2379c9e9a9639c55 Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Thu, 17 Oct 2019 06:35:47 +0100 Subject: [PATCH] fix(css): use disc style for index-list --- themes/chameleon/source/css/typing.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/chameleon/source/css/typing.css b/themes/chameleon/source/css/typing.css index 0703f8b..7f0fe5c 100644 --- a/themes/chameleon/source/css/typing.css +++ b/themes/chameleon/source/css/typing.css @@ -140,6 +140,7 @@ ul { ul.index-list { margin-left: unset; + list-style: disc; } ol {