X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2Fprint.css;h=eeb01a4f34fee08e3144187d34efcf7ef8e7804e;hb=2a31b0890f730fa41d2341a563f8f417a8afe482;hp=f1d4451f83aab4c4b88cb051795fd4e79146926d;hpb=79429fad822d678e16790d8025375d7c1688e515;p=civicrm-core.git diff --git a/css/print.css b/css/print.css index f1d4451f83..eeb01a4f34 100644 --- a/css/print.css +++ b/css/print.css @@ -74,6 +74,10 @@ table.form-layout td, table.form-layout th { border-top : 2px groove #DCDCDC; } +#crm-container table.report-layout tr.crm-report-sectionHeader.page-break { + page-break-before: always; +} + #crm-container .report-label { text-align : right; font-weight : bold;