From 23d91f689cdc7e53bf25deaf532648ea7e4b0850 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Wed, 8 Aug 2012 21:31:14 +0800 Subject: [PATCH] whitespace should be hidden --- bin/pdf2htmlEX | 2 +- src/Consts.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/pdf2htmlEX b/bin/pdf2htmlEX index 5b63ef1..3c1e8bd 100755 --- a/bin/pdf2htmlEX +++ b/bin/pdf2htmlEX @@ -12,7 +12,7 @@ if [ -f convert.pe ]; then echo -n "Converting fonts: " fontforge -script convert.pe 2>/dev/null echo "." - rm convert.pe +# rm convert.pe fi echo "Done." diff --git a/src/Consts.h b/src/Consts.h index 7c8b677..e39b67e 100644 --- a/src/Consts.h +++ b/src/Consts.h @@ -37,6 +37,7 @@ const char * HTML_HEAD = "\n\ }\ .l > .w {\ display:inline-block;\ + visibility:hidden;\ }\ ::selection{\ background: rgba(168,209,255,0.5);\