Skip to content

Instantly share code, notes, and snippets.

@vedranjaic
Created May 26, 2013 17:54
Show Gist options
  • Save vedranjaic/5653510 to your computer and use it in GitHub Desktop.
Save vedranjaic/5653510 to your computer and use it in GitHub Desktop.
css: Page break for @media print
/* Break Page on print */
@media print {
#div {
page-break-before: always;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment