Skip to content

Commit

Permalink
fix p:last-of-type on embed topic blockquotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Atwood committed May 10, 2014
1 parent 1e8e259 commit 8714391
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/assets/stylesheets/embed.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ article.post {
p {
margin: 0 0 10px 0;
}
p:last-of-type {
margin-bottom:0;
}
}

.post-date {
Expand Down

0 comments on commit 8714391

Please sign in to comment.