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:
Lyndon Brown 2018-11-24 23:56:27 +00:00
parent b68fc18c45
commit c013de4f9b

View file

@ -121,7 +121,7 @@ ol, ul {
padding-left: 25px;
}
ul ul, ol ul, ul ol, ol ol {
margin-bottom: 0;
margin-bottom: .6em;
}
p {