diff options
| author | rr- | 2017-01-10 17:32:12 +0100 |
|---|---|---|
| committer | rr- | 2017-01-10 17:32:12 +0100 |
| commit | fb71b81c622df2ecb2a52bb8d8b69b1d36b81215 (patch) | |
| tree | 11cd867bbbdbc17fc25c712bd2e46ae0ce350151 /client/css | |
| parent | 592d2a7daec7e91e506fd4894d7d9014dd7b77ed (diff) | |
client/comments: fix top margin in block quotes
Diffstat (limited to 'client/css')
| -rw-r--r-- | client/css/comment-control.styl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/css/comment-control.styl b/client/css/comment-control.styl index 663c413..6b73017 100644 --- a/client/css/comment-control.styl +++ b/client/css/comment-control.styl @@ -151,5 +151,7 @@ $comment-border-color = #DDD background: #fafafa color: #444 + :first-child + margin-top: 0 :last-child margin-bottom: 0 |