Merge pull request #3182 from brendandahl/print-background

Remove background when printing.
This commit is contained in:
Yury Delendik 2013-04-30 16:33:52 -07:00
commit a87c2dab20

View File

@ -1348,6 +1348,11 @@ canvas {
}
@media print {
/* General rules for printing. */
body {
background: transparent none;
}
/* Rules for browsers that don't support mozPrintCallback. */
#sidebarContainer, .toolbar, #loadingBox, #errorWrapper, .textLayer {
display: none;