client/comments: fix top margin in block quotes

This commit is contained in:
rr- 2017-01-10 17:32:12 +01:00
parent 592d2a7dae
commit fb71b81c62

View file

@ -151,5 +151,7 @@ $comment-border-color = #DDD
background: #fafafa
color: #444
:first-child
margin-top: 0
:last-child
margin-bottom: 0