X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=styles.js;h=6ffdb022993f635fa99be885e525964864b7900e;hb=57bde48ab8a99810fe524a8b511b2f501bf7f318;hp=9915077ebbcd63f6a3684b1b28a979f93ad3af58;hpb=4625dba05116026713fee9008dd93306be0d1553;p=ckeditor.git 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' },