mirror of https://gitlab.com/curben/blog
fix(css): remove 'ul' 'ol' left margin
This commit is contained in:
parent
7be01fb3dd
commit
97929bb41d
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue