provide a possibility to create checklists in bbcode [x] creates a checked checkbox, [] creates an unchecked checkbox

This commit is contained in:
Mario Vavti
2016-08-31 09:38:47 +02:00
parent 202b757bc4
commit 2b9322fc7d
2 changed files with 7 additions and 0 deletions

View File

@@ -319,3 +319,8 @@ img.smiley.emoji:hover {
width: 32px;
height: 32px;
}
input.listcheckbox {
margin: 0px;
vertical-align: middle;
}