1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-09-29 01:31: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 { span {
position:relative; position:relative;
vertical-align: baseline; vertical-align: baseline;
/* _<id> for spaces may need display:inline, which will override this */
display:inline-block;
} }
._ { ._ {
color:transparent; color:transparent;
@ -74,9 +76,6 @@ span {
::-moz-selection{ ::-moz-selection{
background: rgba(127,255,255,1); background: rgba(127,255,255,1);
} }
.i {
position:absolute;
}
.j { .j {
display:none; display:none;
} }

View File

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