Add dummy files tool
All checks were successful
build docker image / docker-build (push) Successful in 2m31s
All checks were successful
build docker image / docker-build (push) Successful in 2m31s
This commit is contained in:
parent
67852f2085
commit
648ce7aef0
@ -36,8 +36,23 @@ export default {
|
|||||||
// Make <hr> full width
|
// Make <hr> full width
|
||||||
tempDiv.innerHTML += `
|
tempDiv.innerHTML += `
|
||||||
<style>
|
<style>
|
||||||
main hr {
|
ul {
|
||||||
width: 100% !important;
|
list-style-type: disc;
|
||||||
|
list-style-position: inside;
|
||||||
|
}
|
||||||
|
ol {
|
||||||
|
list-style-type: decimal;
|
||||||
|
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