From 70251efe39ba3f78a10529c67ec6ba733e217234 Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 11 Jan 2013 13:12:31 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EB=8C=93?= =?UTF-8?q?=EA=B8=80=20=EC=8A=A4=ED=83=80=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/def.css | 3 +++ lib/common.lib.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/css/def.css b/css/def.css index 18e04902b..c1e72f37e 100644 --- a/css/def.css +++ b/css/def.css @@ -196,6 +196,9 @@ a {color:#000;text-decoration:none} #footer p {position:absolute;top:25px;right:30px} /* ##################################################################### 스킨 및 컨텐츠 */ +/* 공통 */ +.cnt_cmt {display:inline-block;margin-left:10px;color:#ff3061} + /* 버튼 */ .btn01 {display:inline-block;padding:0 10px;height:24px;border:1px solid #ff5e1c;background:#ff3061;color:#fff;font-size:0.75em;text-decoration:none;line-height:2.2em} .btn01:hover, diff --git a/lib/common.lib.php b/lib/common.lib.php index 35b376286..5b49d828b 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -306,7 +306,7 @@ function get_list($write_row, $board, $skin_path, $subject_len=40) $list['comment_cnt'] = ''; if ($list['wr_comment']) - $list['comment_cnt'] = '('.$list['wr_comment'].')'; + $list['comment_cnt'] = "댓글".$list['wr_comment'].""; // 당일인 경우 시간으로 표시함 $list['datetime'] = substr($list['wr_datetime'],0,10);