articles.css changed styling for lists.
This commit is contained in:
parent
afb3774646
commit
6987070d68
@ -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, '.') '. '; }
|
||||
article ol > li:before { content: counters(item, '.') '. '; }
|
Loading…
Reference in New Issue
Block a user