Browse Source

Centering the TVIZ

apprausch 6 năm trước cách đây
mục cha
commit
c10bd971e6
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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();