mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
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 {
|
||||
list-style: disc;
|
||||
}
|
||||
ol {
|
||||
list-style: decimal;
|
||||
}
|
||||
li {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue