mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
fixed image size in easyinstall page
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12354 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
be061554db
commit
41ea58236d
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
{@ $target_url = $original_site."?mid=download&package_srl=".$item->package_srl; }
|
||||
<div class="x_thumbnail">
|
||||
<div class="thumb" style="min-height:80px">
|
||||
<img src="{str_replace('./', $uri, $item->item_screenshot_url)}" alt="" width="80" />
|
||||
<img src="{str_replace('./', $uri, $item->item_screenshot_url)}" alt="" style="width:80px;height:80px" />
|
||||
</div>
|
||||
<div class="text">
|
||||
<h3><span class="x_label x_label-info">{$item->category}</span> <a href="{$target_url}" title="{htmlspecialchars($item->title)}" target="_blank">{htmlspecialchars($item->title)}</a></h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue