mirror of
https://github.com/humhub/humhub.git
synced 2025-02-23 10:48:43 +01:00
19 lines
286 B
Plaintext
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;
|
|
}
|
|
}
|