From 2788809663493ca7078d45cbafa09ddff0bb41ba Mon Sep 17 00:00:00 2001 From: root Date: Wed, 13 Jan 2021 23:46:17 -0500 Subject: [PATCH] fixed bullets and ordered lists --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 8ca82d2..917b408 100644 --- a/style.css +++ b/style.css @@ -716,8 +716,8 @@ pre code{ } .article-entry ol,.article-entry ul,.post-excerpt ol,.post-excerpt ul{ margin:20px 0 20px 0; -// padding-left:30px; - list-style: none; + padding-left:30px; +// list-style: none; width: 100%; } .article-entry img,.post-excerpt img{