Basic style for markdown-generated Table of Contents
This styles a Table of Content (ToC) generated by the markdown toc extension: https://python-markdown.github.io/extensions/toc/
This commit is contained in:
parent
9d6d2685e6
commit
a70dd82eb3
4 changed files with 57 additions and 2 deletions
|
@ -276,6 +276,28 @@ main {
|
|||
section#isso-thread .auth-section .input-wrapper {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
// Table of Contents Markdown extension:
|
||||
// https://python-markdown.github.io/extensions/toc/
|
||||
.toc {
|
||||
border: 1px solid @light-orange;
|
||||
margin-top: 2em;
|
||||
padding: 1em;
|
||||
|
||||
.toctitle {
|
||||
font-size: 1.3em
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
margin-bottom: 0;
|
||||
padding: 0;
|
||||
|
||||
li {
|
||||
padding: 0.3em 0 0.3em 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
|
|
2
static/stylesheet/style.min.css
vendored
2
static/stylesheet/style.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue