From 5b0556ec1677a5df8b37044bf023876e88157031 Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Thu, 17 Oct 2019 06:42:10 +0100 Subject: [PATCH] fix(css): unset margin-left of toc --- themes/chameleon/source/css/typing.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/chameleon/source/css/typing.css b/themes/chameleon/source/css/typing.css index 7f0fe5c..243cf51 100644 --- a/themes/chameleon/source/css/typing.css +++ b/themes/chameleon/source/css/typing.css @@ -148,6 +148,11 @@ ol { margin-left: 1.9em; } +ol.toc, +ol.toc-child { + margin-left: unset; +} + li ol, li ul, ol,