Scroll vers l'image en cours d'upload.
[Portfolio.git] / skins / mosaique.js
index 4e87631..47b8d1e 100755 (executable)
@@ -2,8 +2,8 @@
 * © 2007-2008 Benoît Pin – Centre de recherche en informatique – École des mines de Paris
 * http://plinn.org
 * Licence Creative Commons http://creativecommons.org/licenses/by-nc/2.0/
-* $Id: mosaique.js 1265 2009-08-05 08:22:59Z pin $
-* $URL: http://svn.luxia.fr/svn/labo/projects/zope/Portfolio/trunk/skins/mosaique.js $
+* 
+* 
 */
 
 var Mosaique;
@@ -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);