From de83fc9a574003312492d15b44742c2f4d20f90d Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 5 Jul 2011 16:49:26 +0000 Subject: [PATCH] --- inc/ws/Util/packager/class.ws.packager.html5.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inc/ws/Util/packager/class.ws.packager.html5.php b/inc/ws/Util/packager/class.ws.packager.html5.php index 09fdc3b0e..1ba4e4e7e 100644 --- a/inc/ws/Util/packager/class.ws.packager.html5.php +++ b/inc/ws/Util/packager/class.ws.packager.html5.php @@ -189,8 +189,7 @@ class wsPackagerHTML5 extends wsPackager { $w = $this->book->parametres->width . 'px'; $navTop = ($this->book->parametres->height - 40 - 100) / 2; - $res[] = '#next,#previous{top:' . $navTop . 'px}'; - $res[] = '.page,.texts{width:' . $w . ';max-width:' . $w . ';height:' . $h . ';max-height:' . $h . '}'; + $res[] = '.portrait #pages,.portrait .doublePage.page,.texts{width:' . $w . ';max-width:' . $w . ';height:' . $h . ';max-height:' . $h . '}'; $res[] = '.doublePage,#pages{width:' . $w2 . ';max-width:' . $w2 . ';height:' . $h . ';max-height:' . $h . '}'; $res[] = '.page.right{left:' . $w . '}'; -- 2.39.5