Add dummy files tool
All checks were successful
build docker image / docker-build (push) Successful in 2m29s
All checks were successful
build docker image / docker-build (push) Successful in 2m29s
This commit is contained in:
parent
648ce7aef0
commit
63b5e9396c
@ -39,20 +39,10 @@ export default {
|
|||||||
ul {
|
ul {
|
||||||
list-style-type: disc;
|
list-style-type: disc;
|
||||||
list-style-position: inside;
|
list-style-position: inside;
|
||||||
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
ol {
|
ul li {
|
||||||
list-style-type: decimal;
|
margin-left: 20px;
|
||||||
list-style-position: inside;
|
|
||||||
}
|
|
||||||
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;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
`;
|
`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user