d7_to_d10_migration/drupal7/web/modules/toolbar/toolbar-print.css
Mauricio Dinarte c5e731d8ae Initial commit
2024-12-04 10:11:27 -06:00

6 lines
73 B
CSS

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