[유치수] [NOBTS] stacktrace에서 timebar 너비에 padding이 들어가지 않도록 함.

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@2372 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Chisu Yu
2013-10-01 02:40:06 +00:00
parent 813c97bbc8
commit c8ba449edf
@@ -249,7 +249,7 @@
</td>
<td class="bar">
<c:if test="${record.method}">
<div style="height:8px;width:<fmt:formatNumber value="${((end - begin) * barRatio) + 0.9}" type="number" pattern="#"/>px; background-color:#69B2E9;">&nbsp;</div>
<div style="height:8px;width:<fmt:formatNumber value="${((end - begin) * barRatio) + 0.9}" type="number" pattern="#"/>px; background-color:#69B2E9;padding:0px;">&nbsp;</div>
</c:if>
</td>
<td class="simpleClassName">${record.simpleClassName}</td>