From: vincent@cubedesigners.com Date: Mon, 11 Feb 2013 09:35:04 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=7ef1578b0c65e44a8c7c0f17d3a4255339882164;p=cubeextranet.git --- 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);