From 783400d07175af796e72e290cf6061af663b70c9 Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 30 Jan 2018 13:40:52 +0900 Subject: [PATCH] =?UTF-8?q?common.css=EC=9D=98=20body=EB=A5=BC=20main.css?= =?UTF-8?q?=EB=A1=9C=20=EC=9D=B4=EB=8F=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- twe/css/common.css | 2 +- twe/css/main.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/twe/css/common.css b/twe/css/common.css index 24db1f81..9be655df 100644 --- a/twe/css/common.css +++ b/twe/css/common.css @@ -1,7 +1,7 @@ @charset "UTF-8"; -body { color:white; background-color:black; border-width:1; border-color:gray; background-image:url(/images/back.jpg); background-position:center; background-repeat:repeat-y; } + table { font-family:'맑은 고딕'; line-height:110%; } font { font-family:'맑은 고딕'; line-height:110%; } input { font-family:'맑은 고딕'; line-height:110%; height:20px } diff --git a/twe/css/main.css b/twe/css/main.css index ad1ee62f..b51d58ed 100644 --- a/twe/css/main.css +++ b/twe/css/main.css @@ -1,5 +1,8 @@ @charset "UTF-8"; +body { +color:white; background-color:black; border-width:1px; border-color:gray; background-image:url('/images/back.jpg'); background-position:center; background-repeat:repeat-y; +} #container { width:1000px;