humhub/static/less/print.less
2020-01-17 17:44:24 +01:00

19 lines
286 B
Plaintext

@media print {
a[href]:after {
content: none;
}
body {
padding-top:0;
}
pre, blockquote {page-break-inside: avoid;}
.preferences,
.layout-sidebar-container,
.layout-nav-container,
button {
display: none !important;
}
}