From 7ef1578b0c65e44a8c7c0f17d3a4255339882164 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Mon, 11 Feb 2013 09:35:04 +0000 Subject: [PATCH] --- inc/ws/Util/html5/class.ws.html5.compiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/ws/Util/html5/class.ws.html5.compiler.php b/inc/ws/Util/html5/class.ws.html5.compiler.php index 16850f70b..44160063b 100644 --- a/inc/ws/Util/html5/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/class.ws.html5.compiler.php @@ -1008,7 +1008,7 @@ class wsHTML5Compiler { $this->book->parametres->bookmarkCornerSize = 10; } $size = round($this->width * $this->book->parametres->bookmarkCornerSize * 0.0075); - $res[] = '#links .bookmark{width:' . $size . 'px;height:' . $size . 'px;}'; + $res[] = '#links .bookmark{width:' . $size . 'px;height:' . $size . 'px;background-size:' . $size . 'px ' . $size . 'px;}'; // Menus $menuColor = new CubeIT_Graphics_Color($this->theme->parametres->couleurB); -- 2.39.5