From 844d7bf0cfde2bccca36c583d4221d7b461772cf Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Sun, 20 Feb 2011 22:03:45 +0000 Subject: Minor CSS fixes for cross-browser compatibility. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1072762 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/modules/edit/htdocs/graph/graph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sca-cpp/trunk/modules/edit/htdocs/graph/graph.js') diff --git a/sca-cpp/trunk/modules/edit/htdocs/graph/graph.js b/sca-cpp/trunk/modules/edit/htdocs/graph/graph.js index c2cdb66e89..fa202d6b86 100644 --- a/sca-cpp/trunk/modules/edit/htdocs/graph/graph.js +++ b/sca-cpp/trunk/modules/edit/htdocs/graph/graph.js @@ -305,7 +305,6 @@ if (ui.isIE()) { // component, reference and property titles graph.comptitlewidthdiv = document.createElement('span'); graph.comptitlewidthdiv.style.visibility = 'hidden' - graph.comptitlewidthdiv.style.fontWeight = 'bold' div.appendChild(graph.comptitlewidthdiv); graph.reftitlewidthdiv = document.createElement('span'); @@ -314,6 +313,7 @@ if (ui.isIE()) { graph.proptitlewidthdiv = document.createElement('span'); graph.proptitlewidthdiv.style.visibility = 'hidden' + graph.proptitlewidthdiv.style.fontWeight = 'bold' div.appendChild(graph.proptitlewidthdiv); return vmlg; -- cgit v1.2.3