게시판 기본 스킨 IE6에서 깨어지지 않도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3537 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-01-17 06:37:39 +00:00
parent 69a0c59838
commit 08804f3721
13 changed files with 381 additions and 447 deletions

View file

@ -52,7 +52,9 @@
<!-- 스킨의 제목/간단한 설명 출력 -->
<!--@if($module_info->title)-->
<div class="boardHeader">
<h3>{$module_info->title}<!--@if($module_info->sub_title)--> - {$module_info->sub_title}<!--@end--></h3>
<div class="boardHeaderBorder">
<h3>{$module_info->title}<!--@if($module_info->sub_title)--> - {$module_info->sub_title}<!--@end--></h3>
</div>
</div>
<!--@end-->
@ -112,4 +114,5 @@
<li class="listType"><a href="{getUrl('listStyle','gallery','act','')}"><img src="./images/common/typeGallery.gif" border="0" width="13" height="13" alt="Gallery" /></a></li>
<!--@end-->
</ul>
</div>