[Pkg-javascript-commits] [pdf.js] 132/157: Keep the Link annotation's data URL on one line
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 06:46:49 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 a9d0e4287169c41c27aded8deef7a873533f24d7
Author: Tim van der Meij <timvandermeij at gmail.com>
Date: Thu Jul 30 17:18:42 2015 +0200
Keep the Link annotation's data URL on one line
Fixes #6278.
---
web/annotations_layer_builder.css | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/web/annotations_layer_builder.css b/web/annotations_layer_builder.css
index a3490ea..19974ac 100644
--- a/web/annotations_layer_builder.css
+++ b/web/annotations_layer_builder.css
@@ -60,6 +60,5 @@
}
.annotationLayer .annotLink > a /* -ms-a */ {
- background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAA\
- LAAAAAABAAEAAAIBRAA7") 0 0 repeat;
+ background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") 0 0 repeat;
}
--
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