rustdoc: add margin-bottom spacing to nested lists
set to zero meant that the nested list was squished up against subsequent list items/paragraphs this changes the bottom margin to .6em, same as for paragraphs an example demonstrating the difference with screenshots is given in the pull request
This commit is contained in:
parent
b68fc18c45
commit
c013de4f9b
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ ol, ul {
|
|||
padding-left: 25px;
|
||||
}
|
||||
ul ul, ol ul, ul ol, ol ol {
|
||||
margin-bottom: 0;
|
||||
margin-bottom: .6em;
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue