[Pkg-javascript-commits] [pdf.js] 04/204: no need to set textlayer properties which are overwritten in individual styles.
David Prévot
taffit at moszumanska.debian.org
Sat Oct 25 18:50:24 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 1da38ec91e08a606abca77574b30fa6e5908a6f8
Author: Fabian Lange <lange.fabian at gmail.com>
Date: Tue Aug 19 22:47:39 2014 +0200
no need to set textlayer properties which are overwritten in individual styles.
---
web/viewer.css | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/web/viewer.css b/web/viewer.css
index 6b2f58b..3d05518 100644
--- a/web/viewer.css
+++ b/web/viewer.css
@@ -1305,8 +1305,6 @@ canvas {
top: 0;
right: 0;
bottom: 0;
- color: #000;
- font-family: sans-serif;
overflow: hidden;
}
@@ -1677,7 +1675,7 @@ html[dir='rtl'] #documentPropertiesOverlay .row > * {
background: url(images/toolbarButton-menuArrows at 2x.png) no-repeat;
background-size: 7px 16px;
}
-
+
html[dir='ltr'] .toolbarButton#sidebarToggle::before {
content: url(images/toolbarButton-sidebarToggle at 2x.png);
}
@@ -1967,4 +1965,3 @@ html[dir='rtl'] #documentPropertiesOverlay .row > * {
display: none;
}
}
-
--
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