now that I'm using it, have the TOC be a thing off to the side
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user