summaryrefslogtreecommitdiff
path: root/skins/larry
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-10-18 10:10:59 +0200
committerAleksander Machniak <alec@alec.pl>2014-10-18 10:10:59 +0200
commit517b6cff1fea871e0fbb13a5e0b16f40961cad78 (patch)
tree50d4a2f66748e9048a5a9e452788a3861b5c110f /skins/larry
parentfef6173a2df6693a6ea87abb8432390fb39288d5 (diff)
Fix font style display issue in HTML messages with styled <span> elements (#1490101)
Diffstat (limited to 'skins/larry')
-rw-r--r--skins/larry/print.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/print.css b/skins/larry/print.css
index 22d6c5288..d3a6cd802 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;
}