From: vincent@cubedesigners.com Date: Thu, 7 Feb 2013 16:58:07 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=44b503a0657bf2453567f4a57779d86054cf5545;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 b37ef5bb0..2580a83d5 100644 --- a/inc/ws/Util/html5/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/class.ws.html5.compiler.php @@ -1034,9 +1034,9 @@ class wsHTML5Compiler { # Chapters (menu lists) $top = $menuColor->setAlpha(0.5)->toCSS(); $bottom = $menuMultiply->setAlpha(0.5)->toCSS(); - $border=$menuMultiply2->setAlpha(0.5)->toCSS(); + $border = $menuMultiply2->setAlpha(0.5)->toCSS(); - $chapters = "ul.chapters a.level0,ul.chapters a.level1,ul.chapters a.level2,ul.chapters a.level3{ + $chapters = "ul.chapters a.level-1,ul.chapters a.level0,ul.chapters a.level1,ul.chapters a.level2,ul.chapters a.level3{ background: -moz-linear-gradient(top, $top 0%, $bottom 100%); /* FF3.6+ */ background: -webkit-linear-gradient(top, $top 0%,$bottom 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, $top 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */