common.css의 body를 main.css로 이동

This commit is contained in:
2018-01-30 13:40:52 +09:00
parent 6177ea97d2
commit 783400d071
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -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 }
+3
View File
@@ -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;