now that I'm using it, have the TOC be a thing off to the side

This commit is contained in:
2026-02-25 14:36:40 -06:00
parent 05df408d9f
commit c6c9140bd8

View File

@@ -66,11 +66,17 @@ pre {
} }
.toc { .toc {
column-count: 3; float: right;
column-gap: 20px; margin: 10px;
font-size: 10pt; padding: 0 15px;
background: #EEE;
border: 1px solid #CCC;
} }
.toc ul, .toc ol { .toc ul, .toc ol {
padding-left: 10px; padding-left: 10px;
} }
.toc label {
white-space: nowrap;
}