From 0532ad4274dc2e70f1d39837d1ac6dc2f2a0078e Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Tue, 25 Sep 2012 22:32:17 +0800 Subject: [PATCH] .. --- share/base.css | 10 ++++++++++ share/manifest | 1 - 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/share/base.css b/share/base.css index 4c69a13..3db7642 100644 --- a/share/base.css +++ b/share/base.css @@ -8,6 +8,11 @@ right:0; overflow:auto; background-color:grey; + /* margin & border-width have to be 0, + * otherwise pdf2htmlEX may not calculate the coordinates correctly + */ + margin:0; + border-width:0; } .d { position:relative; @@ -24,6 +29,11 @@ height:100%; background-color:white; overflow: hidden; + /* margin & border-width have to be 0, + * otherwise pdf2htmlEX may not calculate the coordinates correctly + */ + margin:0; + border-width:0; } .b { position:absolute; diff --git a/share/manifest b/share/manifest index 8d36016..f282a05 100644 --- a/share/manifest +++ b/share/manifest @@ -29,7 +29,6 @@ $css """