스프링노트 모듈에서 내용의 ul, ol 에 대해 기본 margin-left를 두어서 depth 표시 가능하도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3117 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-11-30 04:17:55 +00:00
parent 4dcde880f4
commit e3ac291b3a

View file

@ -37,3 +37,4 @@
.pageInfo td a:hover { text-decoration:underline; }
{ border:1px solid #CCCCCC; margin-bottom:10px; }
.pageView { border:1px solid #E3E3E2; padding:20px; margin-bottom:10px; }
.pageView .xhtmlEditorBody ol, .pageView .xhtmlEditorBody ul { margin-left:20px; }