X-Git-Url: https://scm.cri.ensmp.fr/git/ckeditor.git/blobdiff_plain/2bfd716a52b02cffa159523c2911fbbf519772c2..b72cf5c411a91116a969083cd3d34385ea21914d:/skins/ckeditor/config.js diff --git a/skins/ckeditor/config.js b/skins/ckeditor/config.js index 6393de7..d0194a7 100644 --- a/skins/ckeditor/config.js +++ b/skins/ckeditor/config.js @@ -27,7 +27,7 @@ CKEDITOR.editorConfig = function( config ) config.menu_groups = 'tablecell,tablecellproperties,tablerow,tablecolumn,table,anchor,link,image,flash' config.height = '500px'; - config.contentsCss = CKEDITOR.basePath + 'global_plinn_style.css'; + config.contentsCss = CKEDITOR.basePath + 'global_plinn_style_editor.css'; config.filebrowserBrowseUrl = CKEDITOR.basePath + 'filemanager/browser/mac_finder/browser.html?Connector=connectors/plinn/connector'; CKEDITOR.config.filebrowserImageBrowseUrl = CKEDITOR.basePath + 'filemanager/browser/mac_finder/browser.html?Type=Image&Connector=connectors/plinn/connector';