From: Eric Morris Date: Tue, 19 Nov 2013 23:13:39 +0000 (-0800) Subject: Apply base font size to table.body as well as body X-Git-Tag: v1.0.4~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08fd9a1a253940c1e200a648d4d3e8f7c8d5f8bc;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Apply base font size to table.body as well as body --- diff --git a/css/ink.css b/css/ink.css index 034cf637..e50997e2 100644 --- a/css/ink.css +++ b/css/ink.css @@ -311,7 +311,7 @@ h3 {font-size: 32px;} h4 {font-size: 28px;} h5 {font-size: 24px;} h6 {font-size: 20px;} -body, p {font-size: 14px;line-height:19px;} +body, table.body, p {font-size: 14px;line-height:19px;} p { padding-bottom: 10px;