Add bold black for current H2 in TOC

This commit is contained in:
Fabrice Niessen 2015-04-29 11:36:37 +02:00
parent e854298a4c
commit 2fe3374372
1 changed files with 2 additions and 1 deletions

View File

@ -1839,7 +1839,8 @@ ul.nav li.active ul li a {
ul.nav li.active ul li.active a {
background-color: #D6D6D6;
font-weight: bold;
color: black !important;
font-weight: bold !important;
}
ul.nav li ul li ul li {