mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
21 lines
301 B
Plaintext
21 lines
301 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;
|
|
}
|
|
}
|