From f4d28fe47ed8d9d33b0e70072bd2214f4dd20b01 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 23 Aug 2012 11:42:22 +0000 Subject: [PATCH] --- inc/ws/Util/html5/class.ws.html5.compiler.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/ws/Util/html5/class.ws.html5.compiler.php b/inc/ws/Util/html5/class.ws.html5.compiler.php index b0c333746..9ee739f74 100644 --- a/inc/ws/Util/html5/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/class.ws.html5.compiler.php @@ -647,6 +647,7 @@ class wsHTML5Compiler { $res[] = '.portrait .doublePage._2d.next{' . $this->writeCSSUA('transform', 'translate3d(' . $w . ',0,0)') . '}'; $res[] = '.portrait .doublePage._2d.prev{' . $this->writeCSSUA('transform', 'translate3d(-' . $w . ',0,0)') . '}'; $res[] = '.doublePage._3d{left:' . $w . ';}'; + $res[] = '#links.right{left:-' . $w . ';}'; $res[] = '.landscape #shadow.single.right{left: ' . $w . ';}'; $res[] = '.landscape #shadow.single.right{left: ' . $w . ';}'; $res[] = '.landscape .page.right{left:' . $w . '}'; -- 2.39.5