mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 01:33:04 +00:00
Fix TOC indentation (#479)
This commit is contained in:
parent
0b5bb6e7b3
commit
f5f91e39fa
1 changed files with 3 additions and 16 deletions
|
@ -6,33 +6,20 @@
|
||||||
.progress ul {
|
.progress ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0 5px;
|
padding: 0 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#TableOfContents {
|
#TableOfContents {
|
||||||
font-size: 13px !important;
|
font-size: 13px !important;
|
||||||
max-height: 85vh;
|
max-height: 85vh;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding: 15px !important;
|
padding: 15px 5px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#TableOfContents > ul > li > a {
|
||||||
#TableOfContents > ul > li > ul > li > ul li {
|
|
||||||
margin-right: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#TableOfContents > ul > li > a {
|
|
||||||
font-weight: bold; padding: 0 18px; margin: 0 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#TableOfContents > ul > li > ul > li > a {
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
#TableOfContents > ul > li > ul > li > ul > li > ul > li > ul > li {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-size: 16px !important;
|
font-size: 16px !important;
|
||||||
color: #323232 !important;
|
color: #323232 !important;
|
||||||
|
|
Loading…
Reference in a new issue