Ajout css spécifique pour ckeditor. On réduit les marges de body.
[Plinn.git] / skins / photo_theme / global_plinn_style_editor.css.dtml
diff --git a/skins/photo_theme/global_plinn_style_editor.css.dtml b/skins/photo_theme/global_plinn_style_editor.css.dtml
new file mode 100644 (file)
index 0000000..913c232
--- /dev/null
@@ -0,0 +1,9 @@
+/* global_plinn_style.css */
+<dtml-var global_plinn_style.css>
+
+/* personalisation pour l'éditeur
+<dtml-with base_properties> */
+body {
+       padding: 0 0.2em;
+}
+/* </dtml-with> */
\ No newline at end of file