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

index b37ef5bb05ca51f89f3ece66a522f633ce02b5bb..2580a83d52b64a5464021d255032ccb1d296c8ce 100644 (file)
@@ -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+ */