docs: Add spacing between list items in body text.

This commit is contained in:
David Wilson 2017-09-28 14:13:54 +05:30
parent 839a1cbeb1
commit bc482c6be8
1 changed files with 4 additions and 0 deletions

View File

@ -2,3 +2,7 @@
div.figure {
padding: 0;
}
div.body li {
margin-bottom: 0.5em;
}