diff --git a/modules/editor/styles/xeStyle/editor.css b/modules/editor/styles/xeStyle/editor.css index cb7ac5598..6dccd1b27 100755 --- a/modules/editor/styles/xeStyle/editor.css +++ b/modules/editor/styles/xeStyle/editor.css @@ -4,6 +4,7 @@ html, body { height:100%; background-color:transparent; padding:0; margin:0;} /* Editable */ +.xe_content.editable { margin-right:8px; } .xe_content.editable h1, .xe_content.editable h2, .xe_content.editable h3, diff --git a/modules/editor/styles/xeStyle/style.css b/modules/editor/styles/xeStyle/style.css index d0f906e98..bfe49b4b8 100755 --- a/modules/editor/styles/xeStyle/style.css +++ b/modules/editor/styles/xeStyle/style.css @@ -2,7 +2,6 @@ /* NHN > UIT Center > Open UI Technology Team > Jeong Chan Myeong(dece24@nhncorp.com) */ /* xe_content */ .xe_content{ color:#000; font-size:12px;} -.xe_content.editable{ margin-right:8px; font-family:Tahoma, Sans-serif;} .xe_content blockquote.q1, .xe_content blockquote.q2, diff --git a/modules/editor/styles/xeStyleBlack/editor.css b/modules/editor/styles/xeStyleBlack/editor.css index a6636a650..d87070418 100644 --- a/modules/editor/styles/xeStyleBlack/editor.css +++ b/modules/editor/styles/xeStyleBlack/editor.css @@ -4,6 +4,7 @@ html, body { height:100%; background-color:transparent; padding:0; margin:0;} /* Editable */ +.xe_content.editable { margin-right:8px; } .xe_content.editable h1, .xe_content.editable h2, .xe_content.editable h3,