mirror of https://gitlab.com/curben/blog
refactor(css): dedup
This commit is contained in:
parent
ffa9a39ca8
commit
914cba20b2
|
@ -154,13 +154,8 @@ blockquote {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
|
||||||
list-style: disc;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.index-list {
|
ul.index-list {
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
list-style: disc;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ol {
|
ol {
|
||||||
|
|
|
@ -621,13 +621,8 @@ blockquote {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
|
||||||
list-style: disc;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.index-list {
|
ul.index-list {
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
list-style: disc;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ol {
|
ol {
|
||||||
|
|
Loading…
Reference in New Issue