사용자: 댓글 스타일

This commit is contained in:
whitedot
2013-01-11 13:12:31 +09:00
parent fa5f73725f
commit 70251efe39
2 changed files with 4 additions and 1 deletions

View File

@ -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,

View File

@ -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'] = "<span class=\"cnt_cmt\"><span class=\"sound_only\">댓글</span>".$list['wr_comment']."</span>";
// 당일인 경우 시간으로 표시함
$list['datetime'] = substr($list['wr_datetime'],0,10);