mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2024-11-10 02:33:25 +00:00
7 lines
73 B
CSS
7 lines
73 B
CSS
|
/**
|
||
|
* Hide the toolbar when printing.
|
||
|
*/
|
||
|
#toolbar {
|
||
|
display: none;
|
||
|
}
|