1. reverting table:td width back to what nick had set for sparkline

This commit is contained in:
cdtank 2010-07-19 16:07:45 +00:00
parent 52e3dac91f
commit 461a30092a

View file

@ -424,7 +424,7 @@ public class VisualizationCodeGenerator {
"sparklineImgTD.attr('class', '" + visualizationStyleClass + "');" +
"row.append(sparklineImgTD);" +
"var sparklineNumberTD = $('<td>');" +
"sparklineNumberTD.attr('width', '36');" +
"sparklineNumberTD.attr('width', '5');" +
"sparklineNumberTD.attr('align', 'right');" +
"sparklineNumberTD.attr('class', 'sparkline_number');" +
"row.append(sparklineNumberTD);" +