Fix bullet-point indents

This commit is contained in:
Griatch 2020-06-16 17:23:28 +02:00
parent 7aefe5de2e
commit 90af1f0961
3 changed files with 15 additions and 3 deletions

View file

@ -503,6 +503,14 @@ li > p:last-child {
margin-bottom: 0px;
}
ul.simple > li > ul > li {
margin-left: -25px;
}
ul > li > ul > li {
margin-left: -7px;
}
dl.footnote > dt,
dl.citation > dt {
float: left;