줄간격 문제 해결(inline에 line-height 적용해제)
This commit is contained in:
+3
-3
@@ -5,9 +5,9 @@ html, body{
|
||||
color:white;
|
||||
}
|
||||
|
||||
table { font-family:'맑은 고딕'; line-height:110%; }
|
||||
font { font-family:'맑은 고딕'; line-height:110%; }
|
||||
input { font-family:'맑은 고딕'; line-height:110%; height:20px }
|
||||
table { font-family:'맑은 고딕'; }
|
||||
font { font-family:'맑은 고딕'; }
|
||||
input { font-family:'맑은 고딕'; height:20px }
|
||||
select { font-family:'굴림'; line-height:100%; }
|
||||
|
||||
/* */
|
||||
|
||||
Reference in New Issue
Block a user