Editor working .

This commit is contained in:
Paulo Veiga
2011-10-14 22:56:20 -03:00
parent 7b42b6c1cd
commit 2a37f2e422
94 changed files with 1350 additions and 678 deletions

View File

@@ -100,11 +100,11 @@ mindplot.CentralTopic = new Class({
},
_defaultBackgroundColor : function() {
return "#f7f7f7";
return "rgb(80,157,192)";
},
_defaultBorderColor : function() {
return "#023BB9";
return "rgb(57,113,177)";
},
_defaultFontStyle : function() {
@@ -113,7 +113,7 @@ mindplot.CentralTopic = new Class({
size: 10,
style:"normal",
weight:"bold",
color:"#023BB9"
color:"#ffffff"
};
}
});