mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
md: ol appeared as ul
This commit is contained in:
parent
2147c3a646
commit
27ca54d138
|
@ -380,11 +380,13 @@ html.y textarea:focus {
|
|||
padding-left: 2em;
|
||||
border-left: .3em solid #ddd;
|
||||
}
|
||||
.mdo ul>li,
|
||||
.mdo ol>li {
|
||||
.mdo ul>li {
|
||||
margin: .7em 0;
|
||||
list-style-type: disc;
|
||||
}
|
||||
.mdo ol>li {
|
||||
margin: .7em 0 .7em 2em;
|
||||
}
|
||||
.mdo strong {
|
||||
color: #000;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue