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 {
|
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,
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue