From cd934bab76f2406abb8b8c05fce2170736690ac1 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 7 Nov 2016 12:14:46 +0100 Subject: [PATCH] Fix the avatar positioning Signed-off-by: Joas Schilling --- css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index fdea6f89d..149ecd877 100755 --- a/css/style.css +++ b/css/style.css @@ -138,8 +138,7 @@ .activity-section .avatar { vertical-align: middle; display: inline-block; - margin-right: 5px; - margin-left: 3px; + margin: 0 5px 2px 3px; } .activityTabView .activity.box {