사용자: 게시판스킨 목록 공지글 스타일
This commit is contained in:
@ -318,7 +318,9 @@ a {color:#000;text-decoration:none}
|
||||
#bo_sch form {display:inline-block}
|
||||
#bo_list caption {padding:0;height:0;color:transparent;overflow:hidden} /* ff에서 감추기 위해 color:transparent 사용 */
|
||||
#bo_list td {line-height:1em}
|
||||
#bo_list strong {color:#ff4679}
|
||||
#bo_list img {vertical-align:top}
|
||||
.bo_notice {background:#f5f5f5}
|
||||
.bo_cate_link {display:inline-block;margin:0 10px 0 0;font-weight:bold;text-decoration:none}
|
||||
.bo_current {color:#ff4679}
|
||||
.td_subject img {margin-left:5px}
|
||||
|
||||
@ -85,7 +85,7 @@ for ($i=0; $i<count($list); $i++) {
|
||||
<td class="td_bignum">
|
||||
<?
|
||||
if ($list[$i]['is_notice']) // 공지사항
|
||||
echo '공지';
|
||||
echo '<strong>공지</strong>';
|
||||
else if ($wr_id == $list[$i]['wr_id'])
|
||||
echo "<span class=\"bo_current\">열람중</span>";
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user