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