diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-09 15:58:19 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-09 15:58:19 -0800 |
commit | fba2603304353f83a54addf2b6b8acb52fa7ee87 (patch) | |
tree | 5e4076d1c508291a1650f9dbdecb57bf28ca8a09 /view | |
parent | 7d5acef20a0d285dbacaefb04052d669acb63db5 (diff) | |
download | volse-hubzilla-fba2603304353f83a54addf2b6b8acb52fa7ee87.tar.gz volse-hubzilla-fba2603304353f83a54addf2b6b8acb52fa7ee87.tar.bz2 volse-hubzilla-fba2603304353f83a54addf2b6b8acb52fa7ee87.zip |
add avatars to likes/dislikes/etc.
Diffstat (limited to 'view')
-rw-r--r-- | view/css/conversation.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 6f1d4b899..dc74dbbeb 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -246,3 +246,9 @@ a.wall-item-name-link { color: #FF0000; font-size: 1em !important; } + +.response-photo { + height: 18px !important; + width: 18px !important; +} + |