Add smart toc

Smart table of contents will highlight and expand current section

Fix #1
This commit is contained in:
Carson Ip
2017-02-25 18:51:02 +01:00
parent e31ab23584
commit 3763502f15
2 changed files with 45 additions and 1 deletions

View File

@@ -697,6 +697,9 @@ a.article-title:hover,
color: #000;
text-decoration: none;
}
.article-toc li a.active {
font-weight: bold;
}
@media screen and (min-width: 1400px) {
.article-toc {
display: block;