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 {
column-count: 3;
column-gap: 20px;
font-size: 10pt;
float: right;
margin: 10px;
padding: 0 15px;
background: #EEE;
border: 1px solid #CCC;
}
.toc ul, .toc ol {
padding-left: 10px;
}
.toc label {
white-space: nowrap;
}