From c8a7b391789f9952a5307af10f090a373b3bd411 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sun, 31 Dec 2017 10:11:44 -0800 Subject: [PATCH] Fix avatar alignment in the detail view. --- Evergreen/Resources/styleSheet.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/Evergreen/Resources/styleSheet.css b/Evergreen/Resources/styleSheet.css index ed9fa564f..c7cb0e2a3 100644 --- a/Evergreen/Resources/styleSheet.css +++ b/Evergreen/Resources/styleSheet.css @@ -71,12 +71,10 @@ a:hover { } .avatar img { border-radius: 7px; - margin-right: 8px; } .headerContainer a:link, .headerContainer a:visited { color: rgba(0, 0, 0, 0.3); } - .feedIcon { border-radius: 5px; }