mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
Fix #837 remove default editor styles that conflict with Rhymix global settings
This commit is contained in:
parent
0be7e72fe5
commit
6b326b8da6
8 changed files with 8 additions and 8 deletions
|
|
@ -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,
|
||||
|
|
|
|||
2
modules/editor/styles/xeStyleBlack/style.css
Executable file → Normal file
2
modules/editor/styles/xeStyleBlack/style.css
Executable file → Normal file
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue