X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=styles.js;h=432f9568061007ea10752c2ec0a7454616895829;hp=e4feb3e80e6a5e2a60a11fd3b7cb7d2705730771;hb=HEAD;hpb=860af3c4bde9866c53d5123c57e3dc6166e0fe1e diff --git a/styles.js b/styles.js index e4feb3e..432f956 100644 --- a/styles.js +++ b/styles.js @@ -1,6 +1,6 @@ /** - * Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.html or http://ckeditor.com/license + * Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license */ // This file contains style definitions that can be used by CKEditor plugins. @@ -57,8 +57,7 @@ CKEDITOR.stylesSet.add( 'default', [ { name: 'Superscript', element: 'sup' }, */ - { name: 'Marker: Yellow', element: 'span', styles: { 'background-color': 'Yellow' } }, - { name: 'Marker: Green', element: 'span', styles: { 'background-color': 'Lime' } }, + { name: 'Marker', element: 'span', attributes: { 'class': 'marker' } }, { name: 'Big', element: 'big' }, { name: 'Small', element: 'small' }, @@ -108,5 +107,5 @@ CKEDITOR.stylesSet.add( 'default', [ { name: 'Borderless Table', element: 'table', styles: { 'border-style': 'hidden', 'background-color': '#E6E6FA' } }, { name: 'Square Bulleted List', element: 'ul', styles: { 'list-style-type': 'square' } } -]); +] );