doc: Fix margins around tables of contents
There is no space between the TOC and the succeeding para.
This commit is contained in:
parent
22d62fc8e1
commit
e698a397a8
@ -275,7 +275,7 @@ dd {
|
||||
|
||||
nav ul {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
margin: 0 0 20px 0;
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user