7 lines
73 B
CSS
7 lines
73 B
CSS
![]() |
/**
|
||
|
* Hide the toolbar when printing.
|
||
|
*/
|
||
|
#toolbar {
|
||
|
display: none;
|
||
|
}
|