JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-4.5.6_full
[ckeditor.git] / styles.js
index e4feb3e..432f956 100644 (file)
--- a/styles.js
+++ b/styles.js
@@ -1,6 +1,6 @@
 /**\r
- * Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.\r
- * For licensing, see LICENSE.html or http://ckeditor.com/license\r
+ * Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
  */\r
 \r
 // This file contains style definitions that can be used by CKEditor plugins.\r
@@ -57,8 +57,7 @@ CKEDITOR.stylesSet.add( 'default', [
        { name: 'Superscript',          element: 'sup' },\r
        */\r
 \r
-       { name: 'Marker: Yellow',       element: 'span', styles: { 'background-color': 'Yellow' } },\r
-       { name: 'Marker: Green',        element: 'span', styles: { 'background-color': 'Lime' } },\r
+       { name: 'Marker',                       element: 'span', attributes: { 'class': 'marker' } },\r
 \r
        { name: 'Big',                          element: 'big' },\r
        { name: 'Small',                        element: 'small' },\r
@@ -108,5 +107,5 @@ CKEDITOR.stylesSet.add( 'default', [
 \r
        { name: 'Borderless Table',             element: 'table',       styles: { 'border-style': 'hidden', 'background-color': '#E6E6FA' } },\r
        { name: 'Square Bulleted List', element: 'ul',          styles: { 'list-style-type': 'square' } }\r
-]);\r
+] );\r
 \r