1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-05 01:28:39 +00:00

workaround for Webkit #35443

This commit is contained in:
Lu Wang 2014-06-06 22:00:48 -07:00
parent 42bbfe5d22
commit 1c966fdb32

View File

@ -157,6 +157,10 @@
unicode-bidi:bidi-override;/* For rtl lanauges, e.g. Hebrew, we don't want the default Unicode behaviour */
-moz-font-feature-settings:"liga" 0;/* We don't want Firefox to recognize ligatures */
}
.@CSS_LINE_CN@:after {
/* Workaround for https://bugs.webkit.org/show_bug.cgi?id=35443 */
content: '';
}
.@CSS_LINE_CN@ span { /* text blocks within a line */
position:relative;
vertical-align: baseline;