Suppress too many levels of api-advanded in the toc.

This commit is contained in:
ricmoo 2017-03-23 05:19:33 -04:00
parent 156534e2ba
commit 7e61b6b730

View File

@ -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;
}