From 5fabb70f38bb49ffbcb57514e54dd89cc38c9561 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 5 Aug 2015 13:09:50 +0000 Subject: [PATCH] Make the font size a bit bigger for the previous commit --- mail/templates/default/app.css | 2 +- mail/templates/pixelegg/app.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/templates/default/app.css b/mail/templates/default/app.css index 42af3b54a7..1d2edccf29 100644 --- a/mail/templates/default/app.css +++ b/mail/templates/default/app.css @@ -780,7 +780,7 @@ blockquote blockquote blockquote blockquote blockquote blockquote{ } .tmpPrintDiv .td_display { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 120%; + font-size: 140%; color: black; background-color: #FFFFFF; } diff --git a/mail/templates/pixelegg/app.css b/mail/templates/pixelegg/app.css index 7f75cf54af..ef81b47a65 100755 --- a/mail/templates/pixelegg/app.css +++ b/mail/templates/pixelegg/app.css @@ -780,7 +780,7 @@ blockquote blockquote blockquote blockquote blockquote blockquote { } .tmpPrintDiv .td_display { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 120%; + font-size: 140%; color: black; background-color: #FFFFFF; }