mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-12 08:25:50 +01:00
Add nested task list support
This commit is contained in:
@@ -814,6 +814,20 @@ div.attachable div.clickable {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
ul.task-list {
|
||||
padding-left: 2em;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
li.task-list-item {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
li.task-list-item input.task-list-item-checkbox {
|
||||
margin: 0 4px 0.25em -20px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/****************************************************************************/
|
||||
/* Pull Request */
|
||||
/****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user