Commit 43e0cce928b189b61e549eff184c15c0f6680eb5
1 parent
e283f471
Exists in
master
and in
22 other branches
ActionItem1142: larger font size in TinyMCE editor
Showing
2 changed files
with
7 additions
and
0 deletions
Show diff stats
app/views/shared/tiny_mce.rhtml
| @@ -22,6 +22,7 @@ tinyMCE.init({ | @@ -22,6 +22,7 @@ tinyMCE.init({ | ||
| 22 | paste_insert_word_content_callback : "convertWord", | 22 | paste_insert_word_content_callback : "convertWord", |
| 23 | paste_use_dialog: false, | 23 | paste_use_dialog: false, |
| 24 | apply_source_formatting : true, | 24 | apply_source_formatting : true, |
| 25 | + content_css: '/stylesheets/tinymce.css', | ||
| 25 | language: <%= tinymce_language.inspect %> | 26 | language: <%= tinymce_language.inspect %> |
| 26 | }); | 27 | }); |
| 27 | 28 |