Commit 855c329b1dcd8b0aa80f25fbfe9d5abf3cdf4b81
Committed by
Antonio Terceiro
1 parent
5631ef13
Exists in
master
and in
29 other branches
ActionItem934: enhancing list of comments
Showing
1 changed file
with
5 additions
and
4 deletions
Show diff stats
public/stylesheets/article.css
... | ... | @@ -64,8 +64,8 @@ |
64 | 64 | background: #B8CFE7; |
65 | 65 | } |
66 | 66 | |
67 | -#content #article-comment h4 { | |
68 | - font-size: 14px; | |
67 | +#article .article-comment h4 { | |
68 | + font-size: 13px; | |
69 | 69 | margin: 0px; |
70 | 70 | } |
71 | 71 | |
... | ... | @@ -76,8 +76,8 @@ |
76 | 76 | height: 50px; |
77 | 77 | background-repeat: no-repeat; |
78 | 78 | background-position: 50% 50%; |
79 | - margin-right: 10px; | |
80 | - float: left; | |
79 | + margin: 0px 10px 0px 10px; | |
80 | + float: right; | |
81 | 81 | } |
82 | 82 | .comment-picture span { |
83 | 83 | display: none; |
... | ... | @@ -92,6 +92,7 @@ |
92 | 92 | } |
93 | 93 | |
94 | 94 | .comment-text { |
95 | + font-size: 12px; | |
95 | 96 | clear: left; |
96 | 97 | } |
97 | 98 | ... | ... |