X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=styles.js;h=6ffdb022993f635fa99be885e525964864b7900e;hp=9915077ebbcd63f6a3684b1b28a979f93ad3af58;hb=d60375b138c1d2c5a7a44a73949b6ba1a2379766;hpb=4625dba05116026713fee9008dd93306be0d1553 diff --git a/styles.js b/styles.js index 9915077..6ffdb02 100644 --- a/styles.js +++ b/styles.js @@ -1,6 +1,6 @@ /** - * Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.html or http://ckeditor.com/license + * Copyright (c) 2003-2013, 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' },