Skip to content

Commit

Permalink
Add media-query for printing: Do not print the toolbar.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter committed Nov 5, 2013
1 parent cf1b7cf commit 984566d
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,3 +366,11 @@
display: none;
}
}

/***** Media query print: Do not print the Toolbar. *****/
@media print {
.sf-toolbar {
display: none;
visibility: hidden;
}
}

0 comments on commit 984566d

Please sign in to comment.