Recursively indent ol and ul elements
This commit is contained in:
parent
0a1af8dc23
commit
d37069cb4b
1 changed files with 7 additions and 0 deletions
|
@ -401,6 +401,13 @@ p {
|
|||
p { margin-block-end: var(--body-item-spacing); }
|
||||
p:last-child { margin-block-end: 0; }
|
||||
|
||||
ul ul,
|
||||
ul ol,
|
||||
ol ul,
|
||||
ol ol {
|
||||
margin-inline-start: var(--body-item-spacing);
|
||||
}
|
||||
|
||||
.post-list {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue