From 67d9ee15c5754ff0d4e6269bdb4f4b68ad217059 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Beno=C3=AEt=20Pin?= <pin@cri.ensmp.fr>
Date: Tue, 16 Aug 2011 16:05:15 +0200
Subject: [PATCH 1/1] =?utf8?q?Application=20de=20la=20css=20Plinn=20pour?=
 =?utf8?q?=20l'=C3=A9dition.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

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

diff --git a/skins/ckeditor/config.js b/skins/ckeditor/config.js
index 720e820..3cd350d 100644
--- a/skins/ckeditor/config.js
+++ b/skins/ckeditor/config.js
@@ -22,6 +22,7 @@ CKEDITOR.editorConfig = function( config )
 	];
 	
 	config.height = '500px';
+	config.contentsCss = CKEDITOR.basePath + 'global_plinn_style.css';
 	
 	config.filebrowserBrowseUrl = CKEDITOR.basePath + 'filemanager/browser/mac_finder/browser.html?Connector=connectors/plinn/connector';
 	config.filebrowserWindowHeight = 600;
-- 
2.20.1