egroupware_official/pixelegg/less/print.less

5 lines
130 B
Plaintext
Raw Normal View History

2013-11-11 19:45:33 +01:00
/*
Printing
*/
@media screen { .onlyPrint { display: none !important; } }
@media print { .noPrint { display: none !important; } }