diff options
| author | rr- | 2017-01-06 16:59:39 +0100 |
|---|---|---|
| committer | rr- | 2017-01-07 00:00:00 +0100 |
| commit | 04b820c7301dfab9b200a0dac4c79c3820034eda (patch) | |
| tree | ab22a5d21243cc6d5b2d8e74806b911137ffba1e /client/css | |
| parent | 02d90cb5e861a2ab8227bc15bfe698a834eb27d8 (diff) | |
client/comments: fix missing thumbnail margins
Diffstat (limited to 'client/css')
| -rw-r--r-- | client/css/comment-list-view.styl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/css/comment-list-view.styl b/client/css/comment-list-view.styl index 361b7c0..697b372 100644 --- a/client/css/comment-list-view.styl +++ b/client/css/comment-list-view.styl @@ -22,11 +22,14 @@ margin-bottom: 2em .post-thumbnail float: left - margin-left: -13em + margin: 0 0 1em -13em .thumbnail width: 12em height: 8em + &>li + clear: both + .post-thumbnail vertical-align: top margin-right: 1em |