mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-08-02 23:52:36 +02:00
enhanced print view
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
@import "base/generic";
|
||||
|
||||
.showInPrintView {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media print {
|
||||
.hideInPrintView {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.showInPrintView {
|
||||
display: initial;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user