]> CRI, Mines Paris - PSL - Plinn.git/blobdiff - skins/generic/plinn_ckeditor_styles.js.dtml
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 1fca357..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-// {
-//     name: 'Name displayed in the Styles drop-down list',
-//     element: 'HTML element name (for example "span")',
-//     styles: {
-//         'css-style1': 'desired value',
-//         'css-style2': 'desired value',
-//         ...
-//     }
-//     attributes: {
-//         'attribute-name1': 'desired value',
-//         'attribute-name2': 'desired value',
-//         ...
-//     }
-// }
-//The name and element values are required, while other values are optional.
-
-CKEDITOR.stylesSet.add( 'plinn_styles', [
-    { name: 'Bloc arrondi',
-      element: 'div',
-      attributes : {'class' : 'rounded-corners'}
-    },
-    { name: 'Cellule arrondie',
-      element: 'td',
-      attributes : {'class' : 'rounded-corners'}
-    },
-    { name: 'Image arrondie',
-      element: 'img',
-      attributes : {'class' : 'rounded-corners'}
-    },
-
-]);