From f72a50b96d4f88147c0271a4bd070f6d37383753 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Tue, 10 Dec 2019 13:15:07 -0800 Subject: [PATCH] doc: remove extra space after nested list Remove extra spacing after a nested list. Signed-off-by: David B. Kinder --- doc/static/zephyr-custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/static/zephyr-custom.css b/doc/static/zephyr-custom.css index 45412f2004c..2a660a2aba2 100644 --- a/doc/static/zephyr-custom.css +++ b/doc/static/zephyr-custom.css @@ -44,7 +44,7 @@ div.rst-other-versions dl { } /* tweak spacing after a toctree, fixing issue from sphinx-tabs */ -.toctree-wrapper ul, .section ul { +.toctree-wrapper ul, ul.simple ol.simple { margin-bottom: 24px !important; }