1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-05 17:48:38 +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; left:0;
bottom:0; bottom:0;
width:250px; width:250px;
padding:0px; padding:0;
margin:0px; margin:0px;
overflow:auto; overflow:auto;
} }
@ -18,7 +18,7 @@
left:0px; left:0px;
margin:0; margin:0;
padding: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 { @media screen {
/* for sidebar */ /* for sidebar */
@ -54,7 +54,7 @@
*/ */
.@CSS_PAGE_DECORATION_CN@ { /* page decoration */ .@CSS_PAGE_DECORATION_CN@ { /* page decoration */
position:relative; position:relative;
border-width: 0; border: 0;
overflow: hidden; overflow: hidden;
} }
.@CSS_PAGE_FRAME_CN@ { /* page */ .@CSS_PAGE_FRAME_CN@ { /* page */
@ -66,11 +66,11 @@
background-color:white; background-color:white;
overflow: hidden; overflow: hidden;
margin:0; 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 */ .@CSS_PAGE_CONTENT_BOX_CN@ { /* content of a page */
position:absolute; position:absolute;
border-width:0; border:0;
padding:0; padding:0;
margin:0; margin:0;
top:0; top:0;
@ -119,7 +119,7 @@
} }
.@CSS_CLIP_CN@ { /* clip box */ .@CSS_CLIP_CN@ { /* clip box */
position:absolute; position:absolute;
border-width:0; border:0;
padding:0; padding:0;
margin:0; margin:0;
overflow:hidden; overflow:hidden;