# HG changeset patch # User Nathan Phillip Brink # Date 2011-10-18 20:38:33 # Node ID 38c7a579bb2b704e6045e9087336c0e1de1d6edf # Parent 4b85fc33379ce1007eb5798df3c4aa893241bd14 Only output one schedule per page of paginated mediums (such as for printed materials). diff --git a/styles/output.css b/styles/output.css --- a/styles/output.css +++ b/styles/output.css @@ -206,3 +206,11 @@ table { border-bottom: 1px dotted #ccc; } +.section +{ + page-break-before: always; +} +.section:first-child +{ + page-break-before: auto; +}