사용자: 게시판스킨 댓글 없을 때 스타일

This commit is contained in:
whitedot
2013-01-28 18:46:38 +09:00
parent 65558efb36
commit 352faeffef
2 changed files with 2 additions and 0 deletions

View File

@ -336,6 +336,7 @@ fieldset textarea:focus {padding:4px 4px 5px;border:0;background:#494949;color:#
#bo_vc a {color:#000;text-decoration:none}
#bo_vc p {padding:0 0 5px;line-height:1.8em}
#bo_vc p a {text-decoration:underline}
#bo_vc_empty {margin:0;padding:20px !important;text-align:center}
#bo_vc fieldset {margin:0 0 10px;padding:0}
#bo_vc_w {zoom:1}
#bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""}

View File

@ -68,6 +68,7 @@ var char_max = parseInt(<?=$comment_max?>); // 최대
<? } ?>
</article>
<?}?>
<? if ($i == 0) { //댓글이 없다면 ?><p id="bo_vc_empty">등록된 댓글이 없습니다.</p><? } ?>
<? if ($is_comment_write) {
if($w == '')