mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +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
|
|
@ -39,7 +39,7 @@
|
|||
.pageView .xhtmlEditorBody ol, .pageView .xhtmlEditorBody ul { margin-left:20px; }
|
||||
.pageView .xhtmlEditorBody { border: 0; }
|
||||
|
||||
ul.prevNext { margin:10px 0 10px 0; padding:5px; border:1px solid #EFEFEF; list-style:none; overflow:hidden;}
|
||||
ul.prevNext { margin:10px 0 10px 0; padding:5px; border:1px solid #EFEFEF; list-style:none; overflow:hidden; height:1.2em;}
|
||||
ul.prevNext li.prev { float:left; }
|
||||
ul.prevNext li.next { float:right; }
|
||||
ul.prevNext li { color:#444444; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue