Skip to content

Commit 9f6d631

Browse files
committed
reduce left padding in sub entries of TOC in spec
1 parent 4634a59 commit 9f6d631

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/.project
22
/_book/
3+
/node_modules/

book.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2-
"variables": {
2+
"styles": {
3+
"website": "styles/website.css"
34
}
45
}

styles/website.css

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#markdown-toc ul {
2+
padding-left: 20px;
3+
}

0 commit comments

Comments
 (0)