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
@@ -45,7 +45,7 @@ case 3: $tnmt_type = "<font color=cyan>설전</font>"; $tp = "itl"; $tp2 = "
<meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=utf-8'>
<title>토너먼트</title>
<style>
body { color:white; background-color:black; border-width:1; border-color:gray; }
body { color:white; background-color:black; border-width:1px; border-color:gray; }
table { font-family:'맑은 고딕'; line-height:110%; }
font { font-family:'맑은 고딕'; line-height:110%; }
input { font-family:'맑은 고딕'; line-height:110%; height:20px }