Add missing .containerHeadline CSS to email_html
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 21 Sep 2016 13:48:49 +0000 (15:48 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 21 Sep 2016 13:48:49 +0000 (15:48 +0200)
com.woltlab.wcf/templates/email_html.tpl

index c25974ebb817950fd7236d81c163df5d4389de08..32311972d5d9b4dee4ccc7f5c8c9d2780f7d3475 100644 (file)
@@ -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)};
                }
                
                        margin: 0;
                        padding: 0;
                        font-weight: 400;
+                       line-height: 1.28;
+                       font-size: {$style->getVariable('wcfFontSizeHeadline')};
+               }
+
+               .containerHeadline h3 a {
+                       font-size: {$style->getVariable('wcfFontSizeHeadline')};
                }
                </style>
        </head>