doc: reduce spacing of table of contents.
A margin for the top level list was leaking into nested ones.
This commit is contained in:
parent
44ec28cfac
commit
fb258f22de
1 changed files with 2 additions and 1 deletions
|
|
@ -132,6 +132,7 @@ nav {
|
|||
-moz-column-count: 2;
|
||||
-webkit-column-count: 2;
|
||||
font-size: 15px;
|
||||
margin: 0 0 1em 0;
|
||||
}
|
||||
p {
|
||||
margin: 0 0 1em 0;
|
||||
|
|
@ -275,7 +276,7 @@ dd {
|
|||
|
||||
nav ul {
|
||||
list-style-type: none;
|
||||
margin: 0 0 20px 0;
|
||||
margin: 0;
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue