Revert "CSS: Improve formatting of list elements"

This reverts commit bfab946078.
This commit is contained in:
Philipp Oppermann
2019-06-21 12:40:13 +02:00
parent 2d16cce255
commit 2b78ad44be
2 changed files with 0 additions and 12 deletions

View File

@@ -111,14 +111,6 @@ ul, ol, dl {
margin-bottom: 1rem;
}
li {
margin-top: .5rem;
}
li > ul > li:first-child {
margin-top: .2rem;
}
/* Nested lists */
li ul, li ol, li dl {
margin-bottom: 0;