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

@ -248,6 +248,11 @@ p.admonition-title:after {
content: ":";
}
li > p:first-child {
margin-top: 0px;
margin-bottom: 0px;
}
.admonition.important {
background-color: #fbf7c3;
border: 1px solid #c8c59b;