Files
2020-09-24 17:04:08 +02:00

7 lines
73 B
CSS

/**
* Hide the toolbar when printing.
*/
#toolbar {
display: none;
}