Add moderation tool to Trombi

This commit is contained in:
Skia
2017-05-12 18:30:06 +02:00
parent adeda41b52
commit 231cb236dc
9 changed files with 234 additions and 46 deletions

View File

@ -255,13 +255,17 @@ p, pre {
margin-left: 0px;
}
ul, ol {
ul, ol, dl {
margin-top: 1em;
margin-bottom: 1em;
list-style-type: disc;
margin-left: 25px;
}
dt {
margin-top: 25px;
}
code {
font-family: monospace;
}