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:
parent
6e86be1076
commit
23d91f689c
@ -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."
|
||||||
|
@ -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);\
|
||||||
|
Loading…
Reference in New Issue
Block a user