]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 11 Feb 2013 09:35:04 +0000 (09:35 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 11 Feb 2013 09:35:04 +0000 (09:35 +0000)
inc/ws/Util/html5/class.ws.html5.compiler.php

index 16850f70b359a8f038a4f45ea8b511cdaf7166fe..44160063b996c316694d5086269e3095d21d18f5 100644 (file)
@@ -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);