From 478a550ba61f80e03243b45919eaa9e1c391c120 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Sat, 27 Aug 2022 17:11:19 -0700 Subject: [PATCH] doc: tweak CSS to outdent numbered step icons Signed-off-by: David B. Kinder --- doc/static/acrn-custom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/static/acrn-custom.css b/doc/static/acrn-custom.css index 5b87d6e43..45e1686c9 100644 --- a/doc/static/acrn-custom.css +++ b/doc/static/acrn-custom.css @@ -303,6 +303,7 @@ div.numbered-step h2::before { font-weight: bold; line-height: 1.6em; margin-right: 5px; + margin-left: -1.8em; text-align: center; width: 1.6em;}