fix sidebar nav

Change-Id: I3428a9cc5039934c84f8b4dc13120e733ac426d9
This commit is contained in:
Jim Phillips 2016-04-06 17:16:51 -04:00
parent ce3185e8d3
commit a713259c33
1 changed files with 4 additions and 0 deletions

View File

@ -4653,6 +4653,10 @@ table.highlighttable {
display: none;
}
.docs-sidebar-section > ul li:not(.current) > ul {
display: none;
}
li.toctree-l2:not(.current) > ul {
display: none;
}