Use dashed style bullets on ToC
This commit is contained in:
parent
24ce8b936d
commit
21d0881742
1 changed files with 13 additions and 0 deletions
|
@ -153,9 +153,22 @@ footer {
|
||||||
#TableOfContents {
|
#TableOfContents {
|
||||||
font-size: $font-size-base;
|
font-size: $font-size-base;
|
||||||
|
|
||||||
|
ul {
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
|
||||||
& > ul {
|
& > ul {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
padding-left: $spacer;
|
padding-left: $spacer;
|
||||||
|
|
||||||
|
li {
|
||||||
|
text-indent: -5px;
|
||||||
|
|
||||||
|
&::before {
|
||||||
|
margin-right: 5px;
|
||||||
|
content: "-";
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue