1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-07 18:30:34 +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 { #pdf-main {
width:auto; width:auto;
height:auto; height:auto;
overflow:visible;
background-color:transparent; background-color:transparent;
} }
} }
@ -160,5 +161,11 @@ span {
page-break-after:always; page-break-after:always;
page-break-inside:avoid; 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 */ /* Base CSS END */