markdown todo-list style

This commit is contained in:
lealife
2015-12-25 11:48:33 +08:00
parent 7c479b5595
commit 551e3d965e
7 changed files with 13 additions and 5 deletions

View File

@ -294,4 +294,9 @@ textarea#wmd-input {
border: 2px rgba(101, 189, 119, 0.8) solid !important;
background-color: rgb(101, 189, 119, 0.9);
}
}
// markdown todo list
.m-todo-item {
list-style: none;
}