popsu-d7/modules/toolbar/toolbar-print.css
2021-07-12 10:11:08 +02:00

7 lines
73 B
CSS

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