toolbar-print.css

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

File

modules/toolbar/toolbar-print.css

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.