mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
스프링노트 모듈의 기본 스킨의 prev, next 기능에서 IE6에서 div의 위치를 찾지 못하여 글에 외곽선이 겹쳐지는 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3927 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
55c2a0d8de
commit
ca3ce43246
2 changed files with 1 additions and 3 deletions
|
|
@ -101,7 +101,6 @@
|
|||
<li class="next"><a href="{getUrl('pageid',$page->next->pageid)}">{$page->next->title} >></a></li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
<div class="clear"></div>
|
||||
<!--@end-->
|
||||
|
||||
<div class="pageView">
|
||||
|
|
@ -121,7 +120,6 @@
|
|||
<li class="next"><a href="{getUrl('pageid',$page->next->pageid)}">{$page->next->title} [{$lang->cmd_next}]</a></li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
<div class="clear"></div>
|
||||
<!--@end-->
|
||||
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue