css: Introduce new class `print-only`..
..to only show content when printing
This commit is contained in:
parent
85c42f8400
commit
bd57172f47
|
@ -7,3 +7,9 @@
|
|||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media not print {
|
||||
.print-only {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue