parent
b3c04ea205
commit
e31f5fe330
1 changed files with 17 additions and 0 deletions
|
@ -276,6 +276,23 @@ main {
|
||||||
section#isso-thread .auth-section .input-wrapper {
|
section#isso-thread .auth-section .input-wrapper {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.toc {
|
||||||
|
margin-top: 2em;
|
||||||
|
|
||||||
|
.toctitle {
|
||||||
|
font-size: 1.3em
|
||||||
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
list-style: none;
|
||||||
|
padding-inline-start: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
> ul {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
|
Loading…
Reference in a new issue