Skip to content

Commit 94200a7

Browse files
committed
move margin from bottom of list item to top of sibling list item
1 parent c54eeeb commit 94200a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/css/doc.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -613,9 +613,9 @@
613613
margin-top: 0.5rem;
614614
}
615615

616-
.doc .olist li,
617-
.doc .ulist li {
618-
margin-bottom: 0.5rem;
616+
.doc .olist li + li,
617+
.doc .ulist li + li {
618+
margin-top: 0.5rem;
619619
}
620620

621621
.doc .ulist .listingblock,

0 commit comments

Comments
 (0)