[Pkg-javascript-commits] [pdf.js] 159/204: Fixes printing regression a10fde1
David Prévot
taffit at moszumanska.debian.org
Sat Oct 25 18:50:46 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit 193b55dba0156393a09bddfe466867e2369022be
Author: Yury Delendik <ydelendik at mozilla.com>
Date: Tue Sep 30 18:01:30 2014 -0500
Fixes printing regression a10fde1
---
web/viewer.css | 3 +++
1 file changed, 3 insertions(+)
diff --git a/web/viewer.css b/web/viewer.css
index f202916..0c89133 100644
--- a/web/viewer.css
+++ b/web/viewer.css
@@ -1677,6 +1677,8 @@ html[dir='rtl'] #documentPropertiesOverlay .row > * {
display: none;
border: none;
box-shadow: none;
+ background-clip: content-box;
+ background-color: white;
}
.page[data-loaded] {
@@ -1698,6 +1700,7 @@ html[dir='rtl'] #documentPropertiesOverlay .row > * {
position: relative;
top: 0;
left: 0;
+ display: block;
}
}
--
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