css style에서 단위(px)가 설정되지 않은 것들 수정
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ $category = Util::getReq('category', 0);
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
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%; }
|
||||
#bg0 { background-image:url(<?=ServConfig::$gameImagePath?>/back_walnut.jpg); }
|
||||
|
||||
Reference in New Issue
Block a user