Files
2020-06-23 12:35:08 +02:00

7 lines
73 B
CSS

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