From 372436747a97496466b60dc60ee0ebe4cfef1016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20K=C3=B6ster?= Date: Tue, 1 Mar 2022 18:43:21 +0100 Subject: [PATCH] docs: fix list display in docs --- docs/_static/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_static/theme.css b/docs/_static/theme.css index 9d7e4c19d..c93a53dbb 100644 --- a/docs/_static/theme.css +++ b/docs/_static/theme.css @@ -93,7 +93,7 @@ background-color: #333333; } - ul.simple { + ul.simple li { list-style-type: circle; }