Remove background when printing.

This commit is contained in:
Brendan Dahl 2013-04-30 14:39:57 -07:00
parent 8d6aac1fe3
commit b89d7272e2

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;