Should have fixed line-height (headings) issue in email template

This commit is contained in:
James Koster 2011-09-13 16:04:40 +01:00
parent 41fbe1ec37
commit f9209dd2fa
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,7 @@
margin-bottom:10px; margin-bottom:10px;
margin-left:0; margin-left:0;
text-align:left; text-align:left;
line-height: 1.5;
} }
h2, .h2{ h2, .h2{
@ -53,6 +54,7 @@
margin-bottom:10px; margin-bottom:10px;
margin-left:0; margin-left:0;
text-align:left; text-align:left;
line-height: 1.5;
} }
h3, .h3{ h3, .h3{
@ -67,6 +69,7 @@
margin-bottom:10px; margin-bottom:10px;
margin-left:0; margin-left:0;
text-align:left; text-align:left;
line-height: 1.5;
} }
h4, .h4{ h4, .h4{
@ -81,6 +84,7 @@
margin-bottom:10px; margin-bottom:10px;
margin-left:0; margin-left:0;
text-align:left; text-align:left;
line-height: 1.5;
} }
/* /\/\/\/\/\/\/\/\/\/\ STANDARD STYLING: HEADER /\/\/\/\/\/\/\/\/\/\ */ /* /\/\/\/\/\/\/\/\/\/\ STANDARD STYLING: HEADER /\/\/\/\/\/\/\/\/\/\ */
@ -107,6 +111,7 @@
color:#fff; color:#fff;
margin:0; margin:0;
text-shadow:0 1px 0 #436380; text-shadow:0 1px 0 #436380;
line-height: 1.5;
} }
.headerContent a:link, .headerContent a:visited{ .headerContent a:link, .headerContent a:visited{