forked from github/kensanata.oddmuse
Trying to improve SVG printing from Firefox
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user