1. Removed generic styles so that vivo-sitewide styles are not overridden

2. Changed manual script includes to let template it do for us.
3. Changed default 10 colors for temporal graph line bars.
This commit is contained in:
cdtank 2011-01-14 21:39:11 +00:00
parent 2672057996
commit 609e5fd763
5 changed files with 61 additions and 140 deletions

View file

@ -1089,7 +1089,7 @@ function disableUncheckedEntities(){
createNotification("warning-notification", { title:'Information',
text:'A Maximum of 10 entities can be compared.' },{
custom: false,
expires: 4000
expires: false
});
}
}