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

@ -112,7 +112,7 @@ figcaption {
dl { font-family: monospace, monospace; }
dl > dt { font-weight: bold; }
dl > dd { margin: -1em 0 1em 1em; }
dl > dd { margin: 1em; }
.todo, .priority, .tags {
font-size: 0.8em;