From 4b766a0b0af58b4db71aefb1f8c7d9f3659491b0 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Fri, 23 Feb 2018 23:00:28 -0800 Subject: [PATCH] Lower the corner radius on the upper-right avatar in the detail view. --- Evergreen/MainWindow/Detail/styleSheet.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Evergreen/MainWindow/Detail/styleSheet.css b/Evergreen/MainWindow/Detail/styleSheet.css index c7cb0e2a3..9b6aea583 100644 --- a/Evergreen/MainWindow/Detail/styleSheet.css +++ b/Evergreen/MainWindow/Detail/styleSheet.css @@ -30,7 +30,7 @@ a:hover { color: rgba(0, 0, 0, 0.3); } #articleDateline img { - border-radius: 7px; + border-radius: 4px; } .articleDate { color: #2db6ff; @@ -47,7 +47,7 @@ a:hover { text-align: left; } #authorAvatar img { - border-radius: 5px; + border-radius: 4px; } .rightAlign { text-align: right; @@ -70,13 +70,13 @@ a:hover { height: 68px; } .avatar img { - border-radius: 7px; + border-radius: 4px; } .headerContainer a:link, .headerContainer a:visited { color: rgba(0, 0, 0, 0.3); } .feedIcon { - border-radius: 5px; + border-radius: 4px; } h1 { line-height: 1.15em;