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 { ul {
margin-left: 1.3em;
list-style: disc; list-style: disc;
} }
ul.index-list { ul.index-list {
margin-left: unset;
list-style: disc; list-style: disc;
} }
ol { ol {
list-style: decimal; list-style: decimal;
margin-left: 1.9em;
} }
ol.toc, ol.toc,
ol.toc-child { ol.toc-child {
list-style: disc; list-style: disc;
margin-left: unset;
} }
li ol, li ol,
@ -181,7 +177,6 @@ li ul,
ol, ol,
ul { ul {
margin-bottom: 0.8em; margin-bottom: 0.8em;
margin-left: 2em;
} }
li ul, li ul,

View File

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