From 38cb3db32e933c357ff9e7e0e85eac1535fa0217 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Benoi=CC=82t=20Pin?= <pin@cri.ensmp.fr>
Date: Tue, 11 Jun 2013 17:25:34 +0200
Subject: [PATCH] =?utf8?q?Ajout=20d'une=20css=20sp=C3=A9cifique=20pour=20l?=
 =?utf8?q?'=C3=A9diteur=20ck=C2=A0:=20il=20peut=20=C3=AAtre=20n=C3=A9cessa?=
 =?utf8?q?ire=20de=20faire=20quelques=20ajustements=20pour=20avoir=20un=20?=
 =?utf8?q?wysiwyg=20comme=20il=20faut.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

---
 skins/generic/global_plinn_style_editor.css.dtml       | 10 ++++++++++
 .../global_plinn_style_editor.css.dtml.metadata        |  2 ++
 2 files changed, 12 insertions(+)
 create mode 100644 skins/generic/global_plinn_style_editor.css.dtml
 create mode 100644 skins/generic/global_plinn_style_editor.css.dtml.metadata

diff --git a/skins/generic/global_plinn_style_editor.css.dtml b/skins/generic/global_plinn_style_editor.css.dtml
new file mode 100644
index 0000000..0a4823a
--- /dev/null
+++ b/skins/generic/global_plinn_style_editor.css.dtml
@@ -0,0 +1,10 @@
+/* global_plinn_style.css */
+<dtml-var global_plinn_style.css>
+
+/* personalisation pour l'éditeur
+<dtml-with base_properties> */
+body {
+	background: &dtml-contentBackgroundColor;;
+	line-height:2em;
+}
+/* </dtml-with> */
\ No newline at end of file
diff --git a/skins/generic/global_plinn_style_editor.css.dtml.metadata b/skins/generic/global_plinn_style_editor.css.dtml.metadata
new file mode 100644
index 0000000..855fecc
--- /dev/null
+++ b/skins/generic/global_plinn_style_editor.css.dtml.metadata
@@ -0,0 +1,2 @@
+[default]
+cache=HTTPCache
-- 
2.20.1