highlight current menu items

Change-Id: Ic8127e809176d49b72630d9996e6a43f9a037dbe
This commit is contained in:
Jim Phillips 2016-04-06 18:37:01 -04:00
parent a713259c33
commit 3fce889afd
1 changed files with 4 additions and 0 deletions

View File

@ -4661,6 +4661,10 @@ li.toctree-l2:not(.current) > ul {
display: none;
}
.docs-sidebar-section li.current > a {
font-weight: bold;
}
.docs-body .section h1 {
display: none;
}