Browse Source

Centering the TVIZ

apprausch 5 years ago
parent
commit
c10bd971e6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      client/certaintrust/certainTrustTViz.js

+ 1 - 0
client/certaintrust/certainTrustTViz.js

@@ -49,6 +49,7 @@ var CertainTrustTViz = function(data, config) {
 
 	var element = document.createElement('div');
 	element.setAttribute('id', this.ID);
+	element.setAttribute('class', "text-center");
 	var dom = this.certainTrusts[0]._insertElement(config, element);
 
 	this.update();