markdown todo-list style
This commit is contained in:
2
public/css/bootstrap-min.css
vendored
2
public/css/bootstrap-min.css
vendored
File diff suppressed because one or more lines are too long
3
public/css/bootstrap.css
vendored
3
public/css/bootstrap.css
vendored
@ -7140,4 +7140,7 @@ td.visible-print {
|
||||
/*公式显示问题*/
|
||||
#content .MathJax * {
|
||||
font-size: inherit;
|
||||
}
|
||||
.m-todo-item {
|
||||
list-style: none;
|
||||
}
|
File diff suppressed because one or more lines are too long
@ -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;
|
||||
}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user