1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Started initial tasklist attempt, failed implementation

This commit is contained in:
Dan Brown
2022-03-19 16:04:33 +00:00
parent ee6a2339b6
commit f991948c49
3 changed files with 128 additions and 1 deletions

View File

@ -310,6 +310,7 @@ li > ol, li > ul {
}
li.checkbox-item, li.task-list-item {
display: list-item;
list-style: none;
margin-left: -($-m * 1.2);
input[type="checkbox"] {