No margin-bottom for last p inside li tags (#262)

Fixes #241.
This commit is contained in:
Jeroen 2016-10-24 15:17:30 +02:00 committed by John O'Nolan
parent 5060c945e6
commit 054cd87653
1 changed files with 4 additions and 0 deletions

View File

@ -295,6 +295,10 @@ li li {
margin: 0;
}
li > p:last-of-type {
margin-bottom: 0;
}
hr {
display: block;
height: 1px;