Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit a14887c

Browse files
authored
Merge pull request #35 from nicholaschuayunzhi/158-remove-bullet-task-radio
Remove bullet for task and radio list items
2 parents 0fb6df4 + d88201b commit a14887c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

asset/css/markbind.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ blockquote {
66
width: auto;
77
}
88

9+
.radio-list-item,
10+
.task-list-item {
11+
list-style-type: none;
12+
margin: 0 0 0 -1.2em;
13+
}
14+
915
.radio-list-item label {
1016
font-weight: inherit;
1117
}

0 commit comments

Comments
 (0)