사이드뷰스타일 보완

This commit is contained in:
whitedot
2013-02-01 15:17:20 +09:00
parent ac04bffa1b
commit 86087cb2e8
2 changed files with 4 additions and 5 deletions

View File

@ -64,7 +64,6 @@ if ($is_nogood) $colspan++;
<input type="hidden" name="sw" value="">
<table>
<caption><?=$board['bo_subject']?> 글목록</caption>
<thead>
<tr>
<th scope="col">번호</th>
@ -118,7 +117,7 @@ if ($is_nogood) $colspan++;
if (isset($list[$i]['icon_secret'])) echo $list[$i]['icon_secret'];
?>
</td>
<td class="td_name"><?=$list[$i]['name']?></td>
<td class="td_name" style="z-index:2"><?=$list[$i]['name']?></td>
<td class="td_date"><?=$list[$i]['datetime2']?></td>
<td class="td_num"><?=$list[$i]['wr_hit']?></td>
<? if ($is_good) { ?><td class="td_num"><?=$list[$i]['wr_good']?></td><? } ?>