fix p:last-of-type on embed topic blockquotes

This commit is contained in:
Jeff Atwood 2014-05-09 23:51:00 -07:00
parent 1e8e2590cf
commit 8714391bb2

View file

@ -31,6 +31,9 @@ article.post {
p { p {
margin: 0 0 10px 0; margin: 0 0 10px 0;
} }
p:last-of-type {
margin-bottom:0;
}
} }
.post-date { .post-date {