mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-01 18:32:52 +02:00
Use markdown-toc (#524)
This commit is contained in:
parent
632ccfb8cd
commit
c437f7be37
5 changed files with 186 additions and 26 deletions
|
@ -1549,8 +1549,8 @@ nav.toc .toggleNav .navBreadcrumb h2 {
|
|||
|
||||
.onPageNav ul li {
|
||||
font-size: 12px;
|
||||
line-height: 14px;
|
||||
padding-bottom: 12px;
|
||||
line-height: 17px;
|
||||
padding-bottom: 9px;
|
||||
}
|
||||
|
||||
.onPageNav ul ul {
|
||||
|
@ -1558,7 +1558,7 @@ nav.toc .toggleNav .navBreadcrumb h2 {
|
|||
}
|
||||
|
||||
.onPageNav ul ul li {
|
||||
padding-bottom: 8px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue