Enforce correct background color even if e-mail body attempts to set a different color

This commit is contained in:
Sven Slootweg 2012-05-27 13:57:14 +02:00
parent d0d12a1ccb
commit 16bfe42299

View file

@ -3,7 +3,7 @@ html, body
padding: 0px;
margin: 0px;
font-family: sans-serif;
background-color: #F7F7F7;
background-color: #F7F7F7 !important;
}
h1