Commit fbfb6b11e336ba0202b0ab01cb9901862f0c3adb
1 parent
d42abf04
Exists in
master
and in
28 other branches
Reducing size of comment-picture and added margin
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
public/stylesheets/application.css
... | ... | @@ -5137,7 +5137,8 @@ h1#agenda-title { |
5137 | 5137 | |
5138 | 5138 | #profile-wall .profile-wall-activities-comments .comment-picture, |
5139 | 5139 | #profile-network .profile-wall-activities-comments .comment-picture { |
5140 | - width: 50px; | |
5140 | + width: 32px; | |
5141 | + margin-right: 5px; | |
5141 | 5142 | text-align: center; |
5142 | 5143 | } |
5143 | 5144 | ... | ... |