From 1ad7bb72bf1d115dd5b1a6d00d4a1c674c119c08 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 21 Sep 2016 15:48:49 +0200 Subject: [PATCH] Add missing .containerHeadline CSS to email_html --- com.woltlab.wcf/templates/email_html.tpl | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/com.woltlab.wcf/templates/email_html.tpl b/com.woltlab.wcf/templates/email_html.tpl index c25974ebb8..32311972d5 100644 --- a/com.woltlab.wcf/templates/email_html.tpl +++ b/com.woltlab.wcf/templates/email_html.tpl @@ -5,13 +5,13 @@ font-family: {@$style->getVariable('wcfFontFamilyFallback', true)}; font-size: {$style->getVariable('wcfFontSizeDefault')}; } - html, h1, h2, h3 { + + html, body, h1, h2, h3 { padding: 0; margin: 0; } + body { - padding: 0; - margin: 0; background-color: {$style->getVariable('wcfContentBackground', true)}; } @@ -97,6 +97,12 @@ margin: 0; padding: 0; font-weight: 400; + line-height: 1.28; + font-size: {$style->getVariable('wcfFontSizeHeadline')}; + } + + .containerHeadline h3 a { + font-size: {$style->getVariable('wcfFontSizeHeadline')}; } -- 2.20.1