From: Tim Düsterhus Date: Thu, 7 Mar 2019 11:38:03 +0000 (+0100) Subject: Specify border-radius for avatars in emails X-Git-Tag: 5.2.0_Alpha_1~246 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4d1c138149f5eb5cdb448c7264afbb0cb43ff6f7;p=GitHub%2FWoltLab%2FWCF.git Specify border-radius for avatars in emails --- diff --git a/com.woltlab.wcf/templates/email_html.tpl b/com.woltlab.wcf/templates/email_html.tpl index b6845a1b79..c637e5ec64 100644 --- a/com.woltlab.wcf/templates/email_html.tpl +++ b/com.woltlab.wcf/templates/email_html.tpl @@ -133,6 +133,11 @@ .containerHeadline h3 a { font-size: {$style->getVariable('wcfFontSizeHeadline')}; } + + .userAvatarImage { + background-color: #fff; + border-radius: 50%; + }