diff --git a/modules/editor/styles/default/editor.css b/modules/editor/styles/default/editor.css index b6b7abf7f..5439772bf 100644 --- a/modules/editor/styles/default/editor.css +++ b/modules/editor/styles/default/editor.css @@ -2,7 +2,7 @@ /* NAVER (developers@xpressengine.com) */ html,body{height:100%} body{margin:0;padding:0} -.xe_content{color:#000;font-size:12px;line-height:1.5;word-break:break-all;word-wrap:break-word} +.xe_content{color:#000;} .xe_content img{border:0;max-width:100%;width:auto;height:auto} .xe_content blockquote.q1, .xe_content blockquote.q2, diff --git a/modules/editor/styles/default/style.css b/modules/editor/styles/default/style.css old mode 100755 new mode 100644 index 28b5adbf0..4727dff15 --- a/modules/editor/styles/default/style.css +++ b/modules/editor/styles/default/style.css @@ -1,6 +1,6 @@ @charset "utf-8"; /* NAVER (developers@xpressengine.com) */ -.xe_content{color:#000;font-size:12px;line-height:1.5} +.xe_content{color:#000;} .xe_content blockquote.q1, .xe_content blockquote.q2, .xe_content blockquote.q3, diff --git a/modules/editor/styles/dreditor/editor.css b/modules/editor/styles/dreditor/editor.css index d72206f77..335817211 100644 --- a/modules/editor/styles/dreditor/editor.css +++ b/modules/editor/styles/dreditor/editor.css @@ -1,7 +1,7 @@ @charset "utf-8"; /* NAVER (developers@xpressengine.com) */ html, body{height:100%;background-color:transparent;padding:0;margin:0} -.xe_content{color:#000;font-size:12px;line-height:1.5;word-break:break-all;word-wrap:break-word} +.xe_content{color:#000;} .xe_content blockquote.q1, .xe_content blockquote.q2, .xe_content blockquote.q3, diff --git a/modules/editor/styles/dreditor/style.css b/modules/editor/styles/dreditor/style.css index 809d7c3a4..1cbb08b3e 100644 --- a/modules/editor/styles/dreditor/style.css +++ b/modules/editor/styles/dreditor/style.css @@ -1,6 +1,6 @@ @charset "utf-8"; /* NAVER (developers@xpressengine.com) */ -.xe_content{font-size:12px;line-height:1.6;clear:both} +.xe_content{color:#000;} .xe_content h1{font-size:24px} .xe_content h2{font-size:20px} .xe_content h3{font-size:18px} diff --git a/modules/editor/styles/xeStyle/editor.css b/modules/editor/styles/xeStyle/editor.css old mode 100755 new mode 100644 index ea716b3f5..70e93baaf --- a/modules/editor/styles/xeStyle/editor.css +++ b/modules/editor/styles/xeStyle/editor.css @@ -1,7 +1,7 @@ @charset "utf-8"; /* NAVER (developers@xpressengine.com) */ html, body{height:100%;background-color:transparent;padding:0;margin:0} -.xe_content.editable {margin-right:8px;word-break:break-all;word-wrap:break-word} +.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 old mode 100755 new mode 100644 index 590cda33d..90709717e --- a/modules/editor/styles/xeStyle/style.css +++ b/modules/editor/styles/xeStyle/style.css @@ -1,6 +1,6 @@ @charset "utf-8"; /* NAVER (developers@xpressengine.com) */ -.xe_content{color:#000;font-size:12px} +.xe_content{color:#000;} .xe_content blockquote.q1, .xe_content blockquote.q2, .xe_content blockquote.q3, diff --git a/modules/editor/styles/xeStyleBlack/editor.css b/modules/editor/styles/xeStyleBlack/editor.css index d0e49bd13..9a2c967d9 100644 --- a/modules/editor/styles/xeStyleBlack/editor.css +++ b/modules/editor/styles/xeStyleBlack/editor.css @@ -1,7 +1,7 @@ @charset "utf-8"; /* NAVER (developers@xpressengine.com) */ html, body{height:100%;background-color:transparent;padding:0;margin:0} -.xe_content.editable{margin-right:8px;word-break:break-all;word-wrap:break-word} +.xe_content.editable{margin-right:8px;} .xe_content.editable h1, .xe_content.editable h2, .xe_content.editable h3, diff --git a/modules/editor/styles/xeStyleBlack/style.css b/modules/editor/styles/xeStyleBlack/style.css old mode 100755 new mode 100644 index ce4b31234..91ac29432 --- a/modules/editor/styles/xeStyleBlack/style.css +++ b/modules/editor/styles/xeStyleBlack/style.css @@ -1,6 +1,6 @@ @charset "utf-8"; /* NAVER (developers@xpressengine.com) */ -.xe_content{color:#fff;font-size:12px} +.xe_content{color:#fff;} .xe_content blockquote.q1, .xe_content blockquote.q2, .xe_content blockquote.q3,