fix the second blank page when printing

This commit is contained in:
Michael Muré 2014-05-08 18:09:03 +02:00
parent cea3319619
commit a5156d9a66
2 changed files with 2 additions and 2 deletions

View file

@ -6052,7 +6052,7 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
} }
@media print @media print
{ {
body { -webkit-print-color-adjust: exact; } body { -webkit-print-color-adjust: exact; width: 1000px; height: 450px;}
#main { width: auto; } #main { width: auto; }
#singlearea { border: 0; } #singlearea { border: 0; }
#singlesafety { border: 0; } #singlesafety { border: 0; }

View file

@ -299,7 +299,7 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
} }
@media print @media print
{ {
body { -webkit-print-color-adjust: exact; } body { -webkit-print-color-adjust: exact; width: 1000px; height: 450px;}
#main { width: auto; } #main { width: auto; }
#singlearea { border: 0; } #singlearea { border: 0; }
#singlesafety { border: 0; } #singlesafety { border: 0; }