diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-10-18 10:10:59 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-10-18 10:11:24 +0200 |
commit | 6bdbca38796bdcd7bd95deea9babce0cac6a8a36 (patch) | |
tree | fde59ddcbda68b5deaa17f81fd48add10b79e1ed /skins | |
parent | 3eab20980a756fcdfff047d36bf2bf922d9bb5a2 (diff) |
Fix font style display issue in HTML messages with styled <span> elements (#1490101)
Diffstat (limited to 'skins')
-rw-r--r-- | skins/classic/print.css | 2 | ||||
-rw-r--r-- | skins/larry/print.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/skins/classic/print.css b/skins/classic/print.css index d7e332dba..b85e095bb 100644 --- a/skins/classic/print.css +++ b/skins/classic/print.css @@ -8,7 +8,7 @@ body margin: 2mm; } -body, td, th, span, div, p +body, td, th, div, p { font-size: 9pt; color: #000000; diff --git a/skins/larry/print.css b/skins/larry/print.css index a56c9b938..2c53be16b 100644 --- a/skins/larry/print.css +++ b/skins/larry/print.css @@ -15,7 +15,7 @@ body { margin: 2mm; } -body, td, th, span, div, p { +body, td, th, div, p { font-size: 9pt; color: #000; } |