summaryrefslogtreecommitdiff
path: root/skins
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
parentfef6173a2df6693a6ea87abb8432390fb39288d5 (diff)
Fix font style display issue in HTML messages with styled <span> elements (#1490101)
Diffstat (limited to 'skins')
-rw-r--r--skins/classic/print.css2
-rw-r--r--skins/larry/print.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/skins/classic/print.css b/skins/classic/print.css
index 8eac41f53..349b224cb 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 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;
}