mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 18:29:55 +09:00
공식 레이아웃 XE 의 png로고 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2211 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5eb6c939b1
commit
000996b0aa
2 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ function doFix()
|
|||
{
|
||||
if (currentStyle.width == 'auto' && currentStyle.height == 'auto')
|
||||
style.width = offsetWidth + 'px';
|
||||
filt(src, 'scale');
|
||||
filt(src, 'image');
|
||||
// 'scale' 을 'image' 으로 변경하면 padding 적용시 나타나는 이미지 크기의 변화(잘못된 렌더링)를 방지할 수 있다. 하지만 border 표현에 문제가 생긴다.
|
||||
src = blankImg;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
<div id="bodyWrap">
|
||||
<div id="header">
|
||||
<h1><a href="{$layout_info->index_url}"><!--@if(!$layout_info->logo_image)--><img src="./images/{$layout_info->colorset}/zeroBoardXE.png" alt="ZeroBoard™ XE" width="152" height="23" class="iePngFix" /><!--@else--><img src="{$layout_info->logo_image}" alt="logo" border="0" class="iePngFix" /><!--@end--></a></h1>
|
||||
<h1><a href="{$layout_info->index_url}"><!--@if(!$layout_info->logo_image)--><img src="./images/{$layout_info->colorset}/zeroBoardXE.png" alt="ZeroBoard™ XE" class="iePngFix" /><!--@else--><img src="{$layout_info->logo_image}" alt="logo" border="0" class="iePngFix" /><!--@end--></a></h1>
|
||||
|
||||
<div id="language">
|
||||
<strong title="Korean">{$lang_type}</strong> <a href="#selectLang" onclick="showHide('selectLang');return false;"><img src="./images/{$layout_info->colorset}/buttonLang.gif" alt="Select Language" width="87" height="15" /></a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue