mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-05-20 20:50:46 +02:00
5 lines
130 B
Plaintext
5 lines
130 B
Plaintext
/*
|
|
Printing
|
|
*/
|
|
@media screen { .onlyPrint { display: none !important; } }
|
|
@media print { .noPrint { display: none !important; } } |