Skip to content

Commit e02565e

Browse files
committed
Reduce left padding in ToC
Signed-off-by: Roger Sheen <roger@infotexture.net>
1 parent afced2b commit e02565e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ nav.toc li.active > a {
66
/* Adjust navigation indendation */
77
.bs-docs-sidenav,
88
.bs-docs-sidenav li ul {
9-
padding-left: 20px;
9+
padding-left: 16px;
1010
}
1111

1212
/* Fix table conflict with bootstrap's row class */

0 commit comments

Comments
 (0)