6 lines
141 B
CSS
6 lines
141 B
CSS
|
/**
|
||
|
* This support file is used to style the WYSIWYG editor in the CMS
|
||
|
*/
|
||
|
|
||
|
@import "typography.css?2";
|
||
|
body.mceContentBody{font-size:13px;}
|