mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
md: smaller indent on outermost list
This commit is contained in:
parent
0e03dc0868
commit
05485e8539
|
@ -354,6 +354,13 @@ html.light textarea:focus {
|
|||
}
|
||||
.mdo ul,
|
||||
.mdo ol {
|
||||
padding-left: 1em;
|
||||
}
|
||||
.mdo ul ul,
|
||||
.mdo ul ol,
|
||||
.mdo ol ul,
|
||||
.mdo ol ol {
|
||||
padding-left: 2em;
|
||||
border-left: .3em solid #ddd;
|
||||
}
|
||||
.mdo ul>li,
|
||||
|
|
Loading…
Reference in a new issue