From d072aedd74687a94bd99bc90805620ed849343eb Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 12 Feb 2013 16:26:24 +0000 Subject: [PATCH] --- fluidbook/compile/_zinc/Fluidbook.zinc | Bin 749 -> 749 bytes inc/ws/Util/html5/class.ws.html5.compiler.php | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fluidbook/compile/_zinc/Fluidbook.zinc b/fluidbook/compile/_zinc/Fluidbook.zinc index baa799a975278e95cf1d22454e90fe13cb7a5eb4..801a4e1fd278fa425fa6f1a33a56e441eec35c56 100644 GIT binary patch delta 25 hcmaFM`j&M=AS2Us#>p2Mr8nm>x-&9PpS+F98~}I32!#Lu delta 25 hcmaFM`j&M=AS2Tx#>p2Mr8nm>x-&9Pn!Jt48~}G#2zvkk diff --git a/inc/ws/Util/html5/class.ws.html5.compiler.php b/inc/ws/Util/html5/class.ws.html5.compiler.php index 44160063b..777911c81 100644 --- a/inc/ws/Util/html5/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/class.ws.html5.compiler.php @@ -17,7 +17,7 @@ class wsHTML5Compiler { } } - protected static $resolutions = array(150,36); + protected static $resolutions = array(150, 36); protected static $uaPrefixes = array('-moz-', '-webkit-', '-o-', '-ms-', ''); public $jsFiles = array( 'js/libs/fix/ios-orientation.js', @@ -770,7 +770,7 @@ class wsHTML5Compiler { $arrowsColor = $this->theme->parametres->arrowsColor; // Set the icon list with the color $icons = array('nav-bookmark' => $couleurI, 'nav-friend' => $couleurI, 'nav-help' => $couleurI, 'nav-index' => $couleurI, 'nav-sommaire' => $couleurI, - 'interface-next' => $arrowsColor, 'interface-previous' => $arrowsColor, 'interface-search' => $couleurI, 'interface-back-arrow' => $subTextColor, + 'interface-next' => $arrowsColor, 'interface-previous' => $arrowsColor, 'interface-search' => $couleurI, 'interface-back-arrow' => $subTextColor, 'interface-print' => $subTextColor, 'help-fingers' => $couleurI, 'help-mouse' => $couleurI, 'nav-home' => $couleurI, 'nav-archives' => $couleurI, 'nav-map' => $couleurI, 'nav-tag' => $couleurI, 'nav-print' => $couleurI, 'nav-friend' => $couleurI, 'share-facebook' => $couleurM, 'share-twitter' => $couleurM, 'share-email' => $couleurM, 'share-googleplus' => $couleurM, 'share-linkedin' => $couleurM, 'share-viadeo' => $couleurM, -- 2.39.5