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