css style에서 단위(px)가 설정되지 않은 것들 수정

This commit is contained in:
2018-04-15 23:57:22 +09:00
parent d567f3218a
commit 5a94bf434a
19 changed files with 38 additions and 38 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ function PrintElapsedTime()
{
global $_startTime;
$_endTime = round(microtime(true) - $_startTime, 3);
echo "<table width=1000 align=center style=font-size:10;><tr><td align=right>경과시간 : {$_endTime}초</td></tr></table>";
echo "<table width=1000 align=center style=font-size:10px;><tr><td align=right>경과시간 : {$_endTime}초</td></tr></table>";
}
function LogText($prefix, $variable)