1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 13:00:08 +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: " echo -n "Converting fonts: "
fontforge -script convert.pe 2>/dev/null fontforge -script convert.pe 2>/dev/null
echo "." echo "."
rm convert.pe # rm convert.pe
fi fi
echo "Done." echo "Done."

View File

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