From: vincent@cubedesigners.com Date: Tue, 3 Dec 2019 12:12:49 +0000 (+0000) Subject: wait #3235 @0.1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=65f099606b928cdbaa2c6c0fab613631a2e4c36c;p=cubeextranet.git wait #3235 @0.1 --- diff --git a/inc/ws/Util/html5/master/class.ws.html5.compiler.php b/inc/ws/Util/html5/master/class.ws.html5.compiler.php index 832cac69b..6e8ecef58 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -1984,6 +1984,7 @@ class wsHTML5Compiler // Chapters $lessVariables['menu-chapters-columns-count'] = max(1, min(6, $this->book->parametres->chaptersColumns)); $lessVariables['menu-chapters-columns-width'] = $this->book->parametres->chaptersColMaxWidth; + $lessVariables['menu-chapters-font-size'] = $this->book->parametres->chaptersFontSize; foreach ($this->book->chapters as $chapter) { if (substr($chapter->page, 0, 1) != '#') {