mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
#162 에디팅시에는 ol,ul에 style을 미리 주어서 적용되게 하고 내용 출력시에는 ol, ul에 직접 style을 적용하도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2587 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cffa201a49
commit
e4bd05cd9e
2 changed files with 5 additions and 0 deletions
|
|
@ -159,6 +159,7 @@ function editorStart(editor_sequence, primary_key, content_key, resizable, edito
|
|||
'<link rel="stylesheet" href="'+request_uri+editor_path+'/css/editor.css" type="text/css" />'+
|
||||
'<style style="text/css">'+
|
||||
'body {font-size:9pt;margin:0px; height:'+editor_height+'px;}'+
|
||||
'ol, ul { margin-left:40px; }'+
|
||||
'</style>'+
|
||||
'</head><body editor_sequence="'+editor_sequence+'">'+
|
||||
content+
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue