Skip to content

Instantly share code, notes, and snippets.

@MarceloCajueiro
Created April 12, 2013 21:57
Show Gist options
  • Save MarceloCajueiro/5375479 to your computer and use it in GitHub Desktop.
Save MarceloCajueiro/5375479 to your computer and use it in GitHub Desktop.
@media all {
.page-break {
display: none;
}
}
@media print {
.page-break {
display: block;
page-break-before: always;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment