1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 04:50:09 +00:00

whitespace should be hidden

This commit is contained in:
Lu Wang 2012-08-08 21:31:14 +08:00
parent 6e86be1076
commit 23d91f689c
2 changed files with 2 additions and 1 deletions

View File

@ -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."

View File

@ -37,6 +37,7 @@ const char * HTML_HEAD = "<!DOCTYPE html>\n\
}\
.l > .w {\
display:inline-block;\
visibility:hidden;\
}\
::selection{\
background: rgba(168,209,255,0.5);\