toolbar-print.css 73 B

123456
  1. /**
  2. * Hide the toolbar when printing.
  3. */
  4. #toolbar {
  5. display: none;
  6. }