fix(css): remove 'ul' 'ol' left margin

This commit is contained in:
MDLeom 2020-10-21 09:02:55 +00:00
parent 7be01fb3dd
commit 97929bb41d
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
2 changed files with 0 additions and 10 deletions

View File

@ -156,24 +156,20 @@ blockquote {
}
ul {
margin-left: 1.3em;
list-style: disc;
}
ul.index-list {
margin-left: unset;
list-style: disc;
}
ol {
list-style: decimal;
margin-left: 1.9em;
}
ol.toc,
ol.toc-child {
list-style: disc;
margin-left: unset;
}
li ol,
@ -181,7 +177,6 @@ li ul,
ol,
ul {
margin-bottom: 0.8em;
margin-left: 2em;
}
li ul,

View File

@ -623,24 +623,20 @@ blockquote {
}
ul {
margin-left: 1.3em;
list-style: disc;
}
ul.index-list {
margin-left: unset;
list-style: disc;
}
ol {
list-style: decimal;
margin-left: 1.9em;
}
ol.toc,
ol.toc-child {
list-style: disc;
margin-left: unset;
}
li ol,
@ -648,7 +644,6 @@ li ul,
ol,
ul {
margin-bottom: 0.8em;
margin-left: 2em;
}
li ul,