From c6630561e627597c13b2504107d2d116c3fc24bc Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Thu, 28 Feb 2013 02:17:33 +0800 Subject: [PATCH] fix css --- share/base.css.in | 2 +- share/pdf2htmlEX.js.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/base.css.in b/share/base.css.in index 81abe40..986caea 100644 --- a/share/base.css.in +++ b/share/base.css.in @@ -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; diff --git a/share/pdf2htmlEX.js.in b/share/pdf2htmlEX.js.in index 96c69a3..1d43555 100644 --- a/share/pdf2htmlEX.js.in +++ b/share/pdf2htmlEX.js.in @@ -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