fix the second blank page when printing
This commit is contained in:
parent
cea3319619
commit
a5156d9a66
2 changed files with 2 additions and 2 deletions
|
@ -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; }
|
||||||
|
|
|
@ -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; }
|
||||||
|
|
Loading…
Add table
Reference in a new issue