XpressEditor의 기본 서식을 default로 지정하도록 하고 default의 경우 p 태그의 margin/padding을 0으로 설정하도록 변경함.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6573 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-06-17 06:06:58 +00:00
parent e8dbc31bc6
commit 7b179b93f9
4 changed files with 27 additions and 23 deletions

View file

@ -67,7 +67,7 @@
else $allow_fileupload = true;
// content_style 세팅
if(!$option->content_style) $option->content_style = 'xeStyle';
if(!$option->content_style) $option->content_style = 'default';
Context::set('content_style', $option->content_style);
// 기본 글꼴 지정