mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-01-06 10:00:26 +00:00
To-do lists styles
This commit is contained in:
parent
a4c8741f7f
commit
9fdb56f40b
@ -552,3 +552,16 @@ kbd {
|
||||
.recent-changes__entry__time {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/*
|
||||
* To-do lists
|
||||
*/
|
||||
.item_todo {
|
||||
position: relative;
|
||||
list-style: none;
|
||||
}
|
||||
.item_todo > input[type=checkbox] {
|
||||
position: absolute;
|
||||
left: -1.6rem;
|
||||
top: .1rem;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user