From 8714391bb2128fde2b9641d53641534ba6034a3c Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 9 May 2014 23:51:00 -0700 Subject: [PATCH] fix p:last-of-type on embed topic blockquotes --- app/assets/stylesheets/embed.css.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/embed.css.scss b/app/assets/stylesheets/embed.css.scss index 67020422466..9545ffe8fca 100644 --- a/app/assets/stylesheets/embed.css.scss +++ b/app/assets/stylesheets/embed.css.scss @@ -31,6 +31,9 @@ article.post { p { margin: 0 0 10px 0; } + p:last-of-type { + margin-bottom:0; + } } .post-date {