[#9] Update table of contents styles
This commit is contained in:
parent
bf439c2673
commit
920e71ee68
1 changed files with 5 additions and 5 deletions
|
@ -610,17 +610,17 @@ textarea.form-control {
|
|||
top: 8px;
|
||||
}
|
||||
|
||||
.content ol li,
|
||||
.content ol li ol {
|
||||
list-style-type: disc;
|
||||
#TableOfContents ul li,
|
||||
#TableOfContents ul li ul {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.content ol li a:hover,
|
||||
.content ol li ol a:hover {
|
||||
#TableOfContents ul li a:hover,
|
||||
#TableOfContents ul li ul a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* this is so that the header does not overlap the section title */
|
||||
.content h3:before,
|
||||
.content h4:before,
|
||||
.content h5:before {
|
||||
|
|
Loading…
Reference in a new issue