Hide items in Table of Contents lower than 2 levels

gh-pages
rubenwardy 2014-12-28 20:19:27 +00:00
parent 97a636df92
commit fad83fc9f6
1 changed files with 4 additions and 0 deletions

View File

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