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

Fixes #241.
This commit is contained in:
Jeroen
2016-10-24 20:17:30 +07:00
committed by John O'Nolan
parent 5060c945e6
commit 054cd87653
+4
View File
@@ -295,6 +295,10 @@ li li {
margin: 0;
}
li > p:last-of-type {
margin-bottom: 0;
}
hr {
display: block;
height: 1px;