Skip to content

Commit 6a788fe

Browse files
committed
Resize TOC tab indent
1 parent 6760c00 commit 6a788fe

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/assets/themes/zeppelin/css/style.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,20 @@ a.anchor {
545545

546546
a.anchorjs-link:hover { text-decoration: none; }
547547

548+
/* Table of Contents(TOC) */
549+
#toc {
550+
padding-top: 12px;
551+
padding-bottom: 12px;
552+
}
553+
554+
#toc ul {
555+
margin-left: -14px;
556+
}
557+
558+
#toc ul ul {
559+
margin-left: -18px;
560+
}
561+
548562
/* Custom, iPhone Retina */
549563
@media only screen and (max-width: 480px) {
550564
.jumbotron h1 {

0 commit comments

Comments
 (0)