사용자: 게시판스킨 댓글 없을 때 스타일
This commit is contained in:
@ -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 a {color:#000;text-decoration:none}
|
||||||
#bo_vc p {padding:0 0 5px;line-height:1.8em}
|
#bo_vc p {padding:0 0 5px;line-height:1.8em}
|
||||||
#bo_vc p a {text-decoration:underline}
|
#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 fieldset {margin:0 0 10px;padding:0}
|
||||||
#bo_vc_w {zoom:1}
|
#bo_vc_w {zoom:1}
|
||||||
#bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""}
|
#bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""}
|
||||||
|
|||||||
@ -68,6 +68,7 @@ var char_max = parseInt(<?=$comment_max?>); // 최대
|
|||||||
<? } ?>
|
<? } ?>
|
||||||
</article>
|
</article>
|
||||||
<?}?>
|
<?}?>
|
||||||
|
<? if ($i == 0) { //댓글이 없다면 ?><p id="bo_vc_empty">등록된 댓글이 없습니다.</p><? } ?>
|
||||||
|
|
||||||
<? if ($is_comment_write) {
|
<? if ($is_comment_write) {
|
||||||
if($w == '')
|
if($w == '')
|
||||||
|
|||||||
Reference in New Issue
Block a user