Adding table of contents to docs pages
This commit is contained in:
parent
68fd06f408
commit
57eb5d9c5b
32 changed files with 229 additions and 304 deletions
10
docs/css/creative.min.css
vendored
10
docs/css/creative.min.css
vendored
|
@ -317,4 +317,14 @@ padding: 10px 20px;
|
|||
.station-logos-col {
|
||||
flex: 25%;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
/* TOC */
|
||||
.section-nav {
|
||||
background-color: #fff;
|
||||
margin: 5px 0;
|
||||
padding: 10px 30px;
|
||||
border: 1px solid #212529;
|
||||
border-radius: 0px;
|
||||
border-left: 10px solid #212529;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue