새 병종 이미지 적용
- 64px 이미지 태그들을 width="64px"가 아니라 width="64"로 변경
This commit is contained in:
@@ -96,8 +96,8 @@
|
||||
<tr>
|
||||
<th class="bg1">전용<br>아이콘</th>
|
||||
<td colspan="2" style="height:64px;">
|
||||
<img width="64px" height="64px" id="slot_icon">
|
||||
<img width="64px" height="64px" id="slot_new_icon">
|
||||
<img width="64" height="64" id="slot_icon">
|
||||
<img width="64" height="64" id="slot_new_icon">
|
||||
</td>
|
||||
<td colspan="3" style="position:relative;" >
|
||||
<form name="change_icon_form" id="change_icon_form" method="post" enctype="multipart/form-data">
|
||||
|
||||
Reference in New Issue
Block a user