Added page break hints in viewer css.

This commit is contained in:
dustyrockpyle 2014-11-26 11:56:00 -05:00
parent dc5961d969
commit 7a0e764ffd

View File

@ -1720,6 +1720,10 @@ html[dir='rtl'] #documentPropertiesOverlay .row > * {
left: 0;
display: block;
}
#printContainer div {
page-break-after: always;
page-break-inside: avoid;
}
}
.visibleLargeView,