Skip to content

Instantly share code, notes, and snippets.

@bmichotte
Created July 7, 2015 12:23
Show Gist options
  • Save bmichotte/61170f2c2d40f9d0f2fd to your computer and use it in GitHub Desktop.
Save bmichotte/61170f2c2d40f9d0f2fd to your computer and use it in GitHub Desktop.
page break to use with wkhtmltopdf
.page-breaker
{
display: block;
clear: both;
page-break-after: always;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment