mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
should fix a span with only a space
This commit is contained in:
parent
d1dfb33e43
commit
2e0b9c6721
@ -63,6 +63,8 @@
|
||||
span {
|
||||
position:relative;
|
||||
vertical-align: baseline;
|
||||
/* _<id> for spaces may need display:inline, which will override this */
|
||||
display:inline-block;
|
||||
}
|
||||
._ {
|
||||
color:transparent;
|
||||
@ -74,9 +76,6 @@ span {
|
||||
::-moz-selection{
|
||||
background: rgba(127,255,255,1);
|
||||
}
|
||||
.i {
|
||||
position:absolute;
|
||||
}
|
||||
.j {
|
||||
display:none;
|
||||
}
|
||||
|
@ -40,7 +40,6 @@
|
||||
* b - page Box
|
||||
* d - page Decoration
|
||||
* l - Line
|
||||
* i - Image
|
||||
* j - Js data
|
||||
* p - Page
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user