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;
|
font-size: .8rem;
|
||||||
justify-content: space-between; }
|
justify-content: space-between; }
|
||||||
|
|
||||||
article header nav a { font-variant: normal; }
|
article ol {
|
||||||
|
|
||||||
article header nav ol {
|
|
||||||
counter-reset: item;
|
counter-reset: item;
|
||||||
list-style-type: none; }
|
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