mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
fix css
This commit is contained in:
parent
eb0a1ef8a3
commit
c6630561e6
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user