에디터 컴포넌트 목록에서 li 의 list-style이 보이는 것을 제거

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4890 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-11-19 03:36:31 +00:00
parent bec993afe1
commit 36d8d97ad9

View file

@ -238,3 +238,5 @@ a.skipToolBox:active span{ width:auto; height:auto; padding:3px 15px; font-weigh
.xeEditor .fileUploader .fileUploadControl{ clear:right;}
.xeEditor .fileUploader .fileUploadControl .button{ margin-bottom:5px;}
.xeEditor .fileUploader .file_attach_info{ clear:right; margin:5px 0;}
#editor_component_1 { list-style:none; }