X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Foffice2003%2Fskin.js;h=59c0da1af19d4490da00193f13d625189db9b273;hb=3fe9cac293e090ea459a3ee10d78cbe9e1dd0e03;hp=09d52432a3aef395a9a98dedac1bd626b45aeaa3;hpb=4e90e78dc97789709ee7404359a5517540c27553;p=ckeditor.git diff --git a/_source/skins/office2003/skin.js b/_source/skins/office2003/skin.js index 09d5243..59c0da1 100644 --- a/_source/skins/office2003/skin.js +++ b/_source/skins/office2003/skin.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -8,6 +8,7 @@ CKEDITOR.skins.add( 'office2003', (function() return { editor : { css : [ 'editor.css' ] }, dialog : { css : [ 'dialog.css' ] }, + separator : { canGroup: false }, templates : { css : [ 'templates.css' ] }, margins : [ 0, 14, 18, 14 ] };