1KA_F2F/frontend/drupal/modules/toolbar/toolbar-print.css
2020-08-14 13:36:36 +02:00

7 lines
73 B
CSS

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