Files
materio-base-d7/modules/toolbar/toolbar-print.css
T
2020-03-27 14:22:44 +01:00

7 lines
73 B
CSS

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