From b72cf5c411a91116a969083cd3d34385ea21914d Mon Sep 17 00:00:00 2001
From: =?utf8?q?Benoi=CC=82t=20Pin?= <benoit.pin@gmail.com>
Date: Wed, 8 May 2013 10:42:18 +0200
Subject: [PATCH] =?utf8?q?Utilisation=20d'une=20css=20diff=C3=A9rentes=20p?=
 =?utf8?q?our=20autoriser=20des=20customisation=20parfois=20n=C3=A9cessair?=
 =?utf8?q?es=E2=80=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

---
 skins/ckeditor/config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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';
-- 
2.20.1