update base css
This commit is contained in:
parent
6340541daf
commit
bb8d63f67d
@ -43,4 +43,26 @@
|
|||||||
font-size: 1.42rem;
|
font-size: 1.42rem;
|
||||||
margin: .25rem 0;
|
margin: .25rem 0;
|
||||||
}
|
}
|
||||||
|
ul, ol {
|
||||||
|
display: block;
|
||||||
|
list-style: disc outside none;
|
||||||
|
margin: 1em 0;
|
||||||
|
padding: 0 0 0 40px;
|
||||||
|
}
|
||||||
|
ol {
|
||||||
|
list-style-type: decimal;
|
||||||
|
}
|
||||||
|
ul ul, ol ul {
|
||||||
|
list-style-type: circle;
|
||||||
|
// list-style-position: inside;
|
||||||
|
margin-left: 15px;
|
||||||
|
}
|
||||||
|
ol ol, ul ol {
|
||||||
|
list-style-type: lower-latin;
|
||||||
|
// list-style-position: inside;
|
||||||
|
margin-left: 15px;
|
||||||
|
}
|
||||||
|
li {
|
||||||
|
display: list-item;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user