[Pkg-javascript-commits] [pdf.js] 69/139: Added page break hints in viewer css.

David Prévot taffit at moszumanska.debian.org
Fri Jan 9 21:18:28 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository pdf.js.

commit 7a0e764ffd8b6c1a26fd460f1a61c56f00192935
Author: dustyrockpyle <dustyrockpyle at gmail.com>
Date:   Wed Nov 26 11:56:00 2014 -0500

    Added page break hints in viewer css.
---
 web/viewer.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/web/viewer.css b/web/viewer.css
index 066b12a..32ba1b6 100644
--- a/web/viewer.css
+++ b/web/viewer.css
@@ -1720,6 +1720,10 @@ html[dir='rtl'] #documentPropertiesOverlay .row > * {
     left: 0;
     display: block;
   }
+  #printContainer div {
+    page-break-after: always;
+    page-break-inside: avoid;
+  }
 }
 
 .visibleLargeView,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git



More information about the Pkg-javascript-commits mailing list