Hide items in Table of Contents lower than 2 levels

This commit is contained in:
rubenwardy 2014-12-28 20:19:27 +00:00
parent 97a636df92
commit fad83fc9f6

View File

@ -118,3 +118,7 @@ h3 {
font-weight: bold; font-weight: bold;
margin: 30px 0 10px 0; margin: 30px 0 10px 0;
} }
.toc > ul > li > ul > li > ul {
display: none;
}