Trying to improve SVG printing from Firefox

This commit is contained in:
Alex Schroeder
2016-11-11 19:34:44 +01:00
parent 208e7506c7
commit dc4080339b

View File

@@ -27,6 +27,10 @@ textarea, pre, code, tt {
font-family: Times, serif;
font-size:10pt;
}
/* Printing from Firefox */
svg {
transform: translate(-1.5cm, -1cm);
}
}
/* iPhone */