From e9fdce2612a513238c86f21f79bb222d3f38de57 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 23 Jan 2019 17:29:07 +0000 Subject: [PATCH] wait #2541 @1 --- inc/ws/Util/html5/3dflip/class.ws.html5.compiler.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/inc/ws/Util/html5/3dflip/class.ws.html5.compiler.php b/inc/ws/Util/html5/3dflip/class.ws.html5.compiler.php index 79139d789..444b9eea0 100644 --- a/inc/ws/Util/html5/3dflip/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/3dflip/class.ws.html5.compiler.php @@ -1608,13 +1608,6 @@ class wsHTML5Compiler $left = $w; - $centerOffset = 0; - if ($this->book->parametres->correctCenter) { - $centerOffset = 3; - $left = ($cssWidth - $centerOffset) . 'px'; - $res[] = '.doublePage._3d .page.left{left:-' . ($centerOffset + 1) . 'px !important;}'; - } - $lessVariables['correct-center'] = ($centerOffset * -1); $res[] = '.doublePage._3d{left:' . $left . ';}'; $res[] = '#links.right{left:-' . $left . ';}'; -- 2.39.5