Skip to content

Instantly share code, notes, and snippets.

@uhhuhyeah
Created January 10, 2013 20:28
Show Gist options
  • Save uhhuhyeah/4505499 to your computer and use it in GitHub Desktop.
Save uhhuhyeah/4505499 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