Skip to content

Commit

Permalink
Update outdated page-break-* CSS properties to break-*
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisyeh96 committed Jun 23, 2019
1 parent 7015b82 commit a0d62ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/tufte.scss
Original file line number Diff line number Diff line change
Expand Up @@ -558,11 +558,11 @@ body.full-width {

tr,
img {
page-break-inside: avoid;
break-inside: avoid;
}

article h2, article h2 h3, article h3, article h3 h4, article h4, article h4 h5 {
page-break-after: avoid;
break-after: avoid;
}

body header, body footer {
Expand Down

0 comments on commit a0d62ec

Please sign in to comment.