1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-09-28 17:21:29 +00:00

should fix a span with only a space

This commit is contained in:
Lu Wang 2012-11-30 17:59:36 +08:00
parent d1dfb33e43
commit 2e0b9c6721
2 changed files with 2 additions and 4 deletions

View File

@ -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;
}

View File

@ -40,7 +40,6 @@
* b - page Box
* d - page Decoration
* l - Line
* i - Image
* j - Js data
* p - Page
*