email padding

This commit is contained in:
James Koster 2015-01-02 13:16:11 +00:00
parent 157dde6695
commit f15a9ec10c
1 changed files with 8 additions and 0 deletions

View File

@ -68,6 +68,14 @@ $text_lighter_20 = wc_hex_lighter( $text, 20 );
padding: 48px;
}
#body_content table td td {
padding: 12px;
}
#body_content table td th {
padding: 12px;
}
#body_content p {
margin: 0 0 16px;
}