Browse Source

Merge pull request #3182 from brendandahl/print-background

Remove background when printing.
Yury Delendik 12 years ago
parent
commit
a87c2dab20
  1. 5
      web/viewer.css

5
web/viewer.css

@ -1348,6 +1348,11 @@ canvas { @@ -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;

Loading…
Cancel
Save