Déplacement pour eggification.
[Plinn.git] / skins / generic / plinn_ckeditor_styles.js.dtml
diff --git a/skins/generic/plinn_ckeditor_styles.js.dtml b/skins/generic/plinn_ckeditor_styles.js.dtml
deleted file mode 100644 (file)
index d6b1d2a..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-CKEDITOR.stylesSet.add('plinn_styles', [
-       {
-               name: 'Arrondis',
-               className: 'rounded-corners'
-       },
-       {
-               name: 'Bordure standard',
-               className: 'std-border'
-       },
-       {
-               name: 'Fond coloré',
-               className: 'std-background'
-       },
-       {
-               name: 'Focus',
-               className: 'std-focusbox'
-       }]
-);