Display posts of chapter as list

This commit is contained in:
Philipp Oppermann
2020-12-28 19:48:47 +01:00
parent 7cc3d5e3b9
commit 5c3015acc3
2 changed files with 21 additions and 16 deletions

View File

@@ -555,6 +555,10 @@ main img {
margin-right: -0.5rem;
}
.posts ul {
padding-left: 2em;
}
.posts.neutral {
border: 2px solid #999;
}