1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-03 08:38:39 +00:00

minor css improvements

This commit is contained in:
Lu Wang 2013-05-04 19:31:07 +08:00
parent 0cd9405565
commit 26eba18e83

View File

@ -8,7 +8,7 @@
left:0;
bottom:0;
width:250px;
padding:0px;
padding:0;
margin:0px;
overflow:auto;
}
@ -18,7 +18,7 @@
left:0px;
margin:0;
padding:0;
border-width:0; /* required for lazy page loading in pdf2htmlEX.js (page visibility test) */
border:0; /* required for lazy page loading in pdf2htmlEX.js (page visibility test) */
}
@media screen {
/* for sidebar */
@ -54,7 +54,7 @@
*/
.@CSS_PAGE_DECORATION_CN@ { /* page decoration */
position:relative;
border-width: 0;
border: 0;
overflow: hidden;
}
.@CSS_PAGE_FRAME_CN@ { /* page */
@ -66,11 +66,11 @@
background-color:white;
overflow: hidden;
margin:0;
border-width:0; /* required by pdf2htmlEX.js for page visibility test */
border:0; /* required by pdf2htmlEX.js for page visibility test */
}
.@CSS_PAGE_CONTENT_BOX_CN@ { /* content of a page */
position:absolute;
border-width:0;
border:0;
padding:0;
margin:0;
top:0;
@ -119,7 +119,7 @@
}
.@CSS_CLIP_CN@ { /* clip box */
position:absolute;
border-width:0;
border:0;
padding:0;
margin:0;
overflow:hidden;