Further improve list formatting (#340)

...so we don't get inconsistent padding when Markdown inexplicably decides to add the random paragraph element to just *one* list item
This commit is contained in:
LisaFC 2017-05-25 18:38:15 +01:00 committed by Martin Taillefer
parent c497166236
commit 92f347c585
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
// Paragraphs inside list items whether you want them or not (thanks, Markdown)
li p {
margin: 5px;
margin: 5px 0px;
}
// Lists