print-verso.css 348 B

1234567891011121314151617181920212223
  1. @import url("print-book.css");
  2. body > header {
  3. page-break-after: always;
  4. }
  5. .book .list-of-titles {
  6. break-before: always;
  7. }
  8. .book .chapter,
  9. .book .preface,
  10. .book .appendix,
  11. .book .refentry,
  12. .book .part,
  13. .book .partintro,
  14. .book .dedication,
  15. .book .glossary,
  16. .book .bibliography,
  17. .book .index,
  18. .book .colophon {
  19. break-before: always;
  20. }