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

fix printing for Firefox

This commit is contained in:
Lu Wang 2013-02-06 01:54:15 +08:00
parent 864cfdda35
commit 33db881c46

View File

@ -66,6 +66,7 @@
#pdf-main {
width:auto;
height:auto;
overflow:visible;
background-color:transparent;
}
}
@ -160,5 +161,11 @@ span {
page-break-after:always;
page-break-inside:avoid;
}
@-moz-document url-prefix() {
/* fix page truncation for Firefox */
.d {overflow:visible;}
.p {overflow:visible;}
.b {overflow:visible;}
}
}
/* Base CSS END */