From 6987070d68d0b9ef0a265df48f543dd451eee551 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 5 Feb 2023 04:42:30 +0400 Subject: [PATCH] articles.css changed styling for lists. --- web/assets/css/articles.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/web/assets/css/articles.css b/web/assets/css/articles.css index 7261a68..70265bb 100755 --- a/web/assets/css/articles.css +++ b/web/assets/css/articles.css @@ -53,12 +53,10 @@ article header .menu { font-size: .8rem; justify-content: space-between; } -article header nav a { font-variant: normal; } - -article header nav ol { +article ol { counter-reset: item; list-style-type: none; } -article header nav ol > li { counter-increment: item; } +article ol > li { counter-increment: item; } -article header nav ol > li:before { content: counters(item, '.') '. '; } \ No newline at end of file +article ol > li:before { content: counters(item, '.') '. '; } \ No newline at end of file