client/comments: fix top margin in block quotes
This commit is contained in:
parent
592d2a7dae
commit
fb71b81c62
1 changed files with 2 additions and 0 deletions
|
@ -151,5 +151,7 @@ $comment-border-color = #DDD
|
||||||
background: #fafafa
|
background: #fafafa
|
||||||
color: #444
|
color: #444
|
||||||
|
|
||||||
|
:first-child
|
||||||
|
margin-top: 0
|
||||||
:last-child
|
:last-child
|
||||||
margin-bottom: 0
|
margin-bottom: 0
|
||||||
|
|
Loading…
Reference in a new issue