La couleur d'arrière plan du contenu est plus indiquée pour le fond des tuiles.
authorBenoît Pin <benoit.pin@gmail.com>
Sun, 2 Mar 2014 16:02:53 +0000 (17:02 +0100)
committerBenoît Pin <benoit.pin@gmail.com>
Sun, 2 Mar 2014 16:02:53 +0000 (17:02 +0100)
skins/mosaique.js

index 8bb2ac7..47b8d1e 100755 (executable)
@@ -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);