mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 22:33:10 +09:00
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:
parent
e8dbc31bc6
commit
7b179b93f9
4 changed files with 27 additions and 23 deletions
|
|
@ -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);
|
||||
|
||||
// 기본 글꼴 지정
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue