사용자: 게시판스킨 댓글 비밀글 정렬 및 container padding
This commit is contained in:
@ -58,7 +58,7 @@ a:active {color:#000;text-decoration:underline}
|
|||||||
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
|
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
|
||||||
#wrapper_title {margin-bottom:20px;font-size:1.2em}
|
#wrapper_title {margin-bottom:20px;font-size:1.2em}
|
||||||
#lnb {float:right;width:208px;border:1px solid #e7f1ed;background:#fff}
|
#lnb {float:right;width:208px;border:1px solid #e7f1ed;background:#fff}
|
||||||
#container {float:left;padding:30px 15px;width:728px;min-height:500px;height:auto !important;height:500px;border:1px solid #e7f1ed;background:#fff;zoom:1}
|
#container {float:left;padding:15px;width:728px;min-height:500px;height:auto !important;height:500px;border:1px solid #e7f1ed;background:#fff;zoom:1}
|
||||||
#container:after {display:block;visibility:hidden;clear:both;content:""}
|
#container:after {display:block;visibility:hidden;clear:both;content:""}
|
||||||
|
|
||||||
/* 하단 레이아웃 */
|
/* 하단 레이아웃 */
|
||||||
|
|||||||
@ -39,7 +39,7 @@ var char_max = parseInt(<?=$comment_max?>); // 최대
|
|||||||
|
|
||||||
<!-- 댓글 출력 -->
|
<!-- 댓글 출력 -->
|
||||||
<p>
|
<p>
|
||||||
<? if (strstr($list[$i]['wr_option'], "secret")) echo "<img src=\"".$board_skin_url."/img/icon_secret.gif\" alt=\"비밀글\"><br>";?>
|
<? if (strstr($list[$i]['wr_option'], "secret")) echo "<img src=\"".$board_skin_url."/img/icon_secret.gif\" alt=\"비밀글\">";?>
|
||||||
<?=$str?>
|
<?=$str?>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user