md: smaller indent on outermost list

This commit is contained in:
ed 2021-12-06 20:17:12 +01:00
parent 0e03dc0868
commit 05485e8539

View file

@ -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,