This commit is contained in:
Bengt Brodersen 2015-06-02 16:42:34 +02:00
parent 2c4faedd21
commit 0a4da76e1b

View File

@ -911,22 +911,15 @@
} }
@media print { @media print {
@page { @page {
margin: 0.0px ; margin: 0.0mm;
padding: 0.0px ; padding: 0.0mm;
}
#Header, #Footer {
display: none !important;
} }
html { html {
-webkit-print-color-adjust:exact; -webkit-print-color-adjust:exact;
print-color-adjust: exact; print-color-adjust: exact;
} }
.card {
.page {
height: 100%;
width: 100%;
page-break-inside: avoid; page-break-inside: avoid;
page-break-after: alway;
} }
} }
} }