forked from wezm/wezm.net
Style ordered lists
This commit is contained in:
parent
251973de6f
commit
313be1b71b
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ ul, ol {
|
||||||
ul {
|
ul {
|
||||||
list-style: disc;
|
list-style: disc;
|
||||||
}
|
}
|
||||||
|
ol {
|
||||||
|
list-style: decimal;
|
||||||
|
}
|
||||||
li {
|
li {
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue