2013-11-11 19:45:33 +01:00
|
|
|
/*
|
|
|
|
Printing
|
|
|
|
*/
|
|
|
|
@media screen {
|
|
|
|
.onlyPrint {
|
2014-04-17 12:47:45 +02:00
|
|
|
display: none !important;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
@media print {
|
|
|
|
.noPrint {
|
2014-04-17 12:47:45 +02:00
|
|
|
display: none !important;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
}
|