Files
template/components/styles-print.css
T
2017-01-26 18:51:14 -08:00

21 lines
244 B
CSS

@media print {
@page {
size: 8in 11in;
}
html {
}
p, code {
page-break-inside: avoid;
}
h2, h3 {
page-break-after: avoid;
}
dt-header {
visibility: hidden;
}
dt-footer {
display: none!important;
}
}