mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 08:09:58 +09:00
기본 에디터 스킨의 에디터 도움말 및 html편집기의 margin/padding 맞춤
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3443 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
95b5d57403
commit
10d5997c12
2 changed files with 4 additions and 5 deletions
|
|
@ -43,7 +43,6 @@ function editorGetContent_xe(editor_sequence) {
|
|||
return html;
|
||||
}
|
||||
|
||||
|
||||
// 에디터 내의 선택된 부분의 NODE를 return
|
||||
function editorGetSelectedNode(editor_sequence) {
|
||||
var iframe_obj = editorGetIFrame(editor_sequence);
|
||||
|
|
@ -122,7 +121,7 @@ function editorStart(editor_sequence, primary_key, content_key, editor_height) {
|
|||
'<link rel="stylesheet" href="'+request_uri+'common/css/default.css" type="text/css" />'+
|
||||
'<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; background-color:transparent;}'+
|
||||
'body {font-size:9pt;margin:0px; height:'+editor_height+'px; background-color:transparent; line-height:140%;}'+
|
||||
'blockquote, ol, ul { margin-left:40px; }'+
|
||||
'</style>'+
|
||||
'</head><body editor_sequence="'+editor_sequence+'">'+
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue