Update stylesheet to handle unwrapped list items

This commit is contained in:
Niklas Fasching 2021-07-20 22:06:15 +02:00
parent 4d3a099922
commit 0e68f1db40
6 changed files with 13 additions and 4 deletions

View file

@ -60,7 +60,7 @@ dl dt {
font-weight: bold;
}
dl dd {
margin: -1em 0 1em 1em;
margin: 1em;
}
img {

View file

@ -1 +1 @@
89cf2d231acc494dde0a4f565e668242 -
ab73939658896f4b21a1486bd7862751 -

View file

@ -60,7 +60,7 @@ dl dt {
font-weight: bold;
}
dl dd {
margin: -1em 0 1em 1em;
margin: 1em;
}
img {