humhub/static/less/print.less

21 lines
301 B
Plaintext
Raw Normal View History

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