projects
/
Portfolio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fef0cb
)
La couleur d'arrière plan du contenu est plus indiquée pour le fond des tuiles.
author
Benoît Pin
<benoit.pin@gmail.com>
Sun, 2 Mar 2014 16:02:53 +0000
(17:02 +0100)
committer
Benoît Pin
<benoit.pin@gmail.com>
Sun, 2 Mar 2014 16:02:53 +0000
(17:02 +0100)
skins/mosaique.js
patch
|
blob
|
history
diff --git
a/skins/mosaique.js
b/skins/mosaique.js
index
8bb2ac7
..
47b8d1e
100755
(executable)
--- 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["
b
ackgroundColor"];
+ background = base_properties["
contentB
ackgroundColor"];
overflow = 'hidden';
}
this.screenArea.insertBefore(mask, this.screenArea.firstChild);