commit 3ce6b22147b71322423aa9b45fccf49cfaf0f80e parent 5c9ddfdd8cedfc4aeee25fe8a73a25e3cf0e3269 Author: Nuno Sempere <nuno.semperelh@protonmail.com> Date: Tue, 26 Jul 2022 03:16:35 +0000 feat: Change list formatting to align sitemap exactly Diffstat:
| M | pub/style/style.css | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git 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*/ +} + +