From 3ce6b22147b71322423aa9b45fccf49cfaf0f80e Mon Sep 17 00:00:00 2001 From: Nuno Sempere Date: Tue, 26 Jul 2022 03:16:35 +0000 Subject: [PATCH] feat: Change list formatting to align sitemap exactly --- pub/style/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pub/style/style.css b/pub/style/style.css index 71dbeb9..9bd65e8 100755 --- a/pub/style/style.css +++ b/pub/style/style.css @@ -210,3 +210,17 @@ pre, code { margin: 2em; background: #F0F0F0; } + +/* Lists */ +/* this aligns the sitemap */ + +ul { + margin-left: 15px; +} + +li{ + list-style-position: outside; + /* list-style-type: '- ' /* ndash, a*/ +} + +