Merge pull request #5219 from Zlash65/email-fix

[Fix] Email css fix
This commit is contained in:
Achilles Rasquinha 2018-03-19 13:52:03 +05:30 committed by GitHub
commit 2298ee72fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 14 deletions

View file

@ -3,15 +3,6 @@ body {
line-height: 1.5;
color: #36414C;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 1em;
margin-bottom: 0.5em;
}
p {
margin: 1em 0 !important;
}

View file

@ -6,11 +6,6 @@ body {
color: @text-color;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 1em;
margin-bottom: 0.5em;
}
p {
margin: 1em 0 !important;
}