From: Benoît Pin <benoit.pin@gmail.com>
Date: Sun, 2 Mar 2014 16:02:53 +0000 (+0100)
Subject: La couleur d'arrière plan du contenu est plus indiquée pour le fond des tuiles.
X-Git-Url: https://svn.cri.mines-paristech.fr/git/Portfolio.git/commitdiff_plain/5307a48b2cde1be522ed465558637ba83f274f73?hp=9fef0cb2f81715577c2da2a8b3bf5b6c8f3da47b

La couleur d'arrière plan du contenu est plus indiquée pour le fond des tuiles.
---

diff --git a/skins/mosaique.js b/skins/mosaique.js
index 8bb2ac7..47b8d1e 100755
--- a/skins/mosaique.js
+++ b/skins/mosaique.js
@@ -135,7 +135,7 @@ Mosaique.prototype.prepareScreen = function() {
 		position = 'absolute';
 		width = this.screenWidth - this.margins['right'] + 'px';
 		height = this.screenHeight - this.margins['bottom'] + 'px';
-		background = base_properties["backgroundColor"];
+		background = base_properties["contentBackgroundColor"];
 		overflow = 'hidden';
 	}
 	this.screenArea.insertBefore(mask, this.screenArea.firstChild);