<style>
.toc-macro ul {display: block; counter-reset: item}
.toc-macro li {list-style-type:none}
.toc-macro li:before {content: counters (item, ".")". "; counter-increment: item}
</style> |
|
<style>
#backToTopButton {
position: fixed;
right: 20px;
bottom: 20px;
Z-index: 1;
}
</style> |