1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-05 01:28:39 +00:00
This commit is contained in:
Lu Wang 2013-02-28 02:17:33 +08:00
parent eb0a1ef8a3
commit c6630561e6
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@
}
/* Part 2: Page Elements: Modify with caution
* The followings are base classes, which are meant to be override by PDF specific classes
* So do not increase the specificity (e.g. ".d" -> "#pdf-main .d")
* So do not increase the specificity (e.g. ".classname" -> "#pdf-main .classname")
*/
.@CSS_PAGE_DECORATION_CN@ { /* page decoration */
position:relative;

View File

@ -42,7 +42,7 @@ var pdf2htmlEX = (function(){
this.p = $(page);
this.n = parseInt(this.p.attr('data-page-no'), 16);
this.b = $('.'+CSS_CLASS_NAMES['page_decoration'], this.p);
this.b = $('.'+CSS_CLASS_NAMES['page_content_box'], this.p);
/*
* scale ratios