Suppress too many levels of api-advanded in the toc.
This commit is contained in:
parent
156534e2ba
commit
7e61b6b730
@ -1,3 +1,4 @@
|
||||
/* Unbold the leading package names */
|
||||
dt sup {
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
@ -6,3 +7,8 @@ dt sup {
|
||||
top: auto;
|
||||
font-size: medium;
|
||||
}
|
||||
|
||||
/* Simulate :maxdepth: 2 only for api-advanced */
|
||||
.toctree-l2 > a[href^=api-advanced] + ul {
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user