[Pkg-javascript-commits] [pdf.js] 15/207: Fixed IE links bug by adding a base64 transparent gif for anchor tags for IE only.

David Prévot taffit at moszumanska.debian.org
Mon Jul 28 15:36: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 2b595e6d3227aafa599651022374e5354485db0e
Author: Mohammed Abu-alsaad <mohammed.abualsaad at orionhealth.com>
Date:   Tue Jun 3 11:06:43 2014 +1200

    Fixed IE links bug by adding a base64 transparent gif for anchor tags for
    IE only.
---
 web/viewer.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/web/viewer.css b/web/viewer.css
index 66a5248..e17c013 100644
--- a/web/viewer.css
+++ b/web/viewer.css
@@ -1392,6 +1392,11 @@ canvas {
   height: 100%;
 }
 
+.annotLink > a /* -ms-a */ {
+  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAA\
+                   LAAAAAABAAEAAAIBR‌​AA7") 0 0 repeat;
+}
+
 #errorWrapper {
   background: none repeat scroll 0 0 #FF5555;
   color: white;

-- 
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