diff --git a/gen/ui/ckeditor/styles.js b/gen/ui/ckeditor/styles.js index ee32282..7c944c2 100644 --- a/gen/ui/ckeditor/styles.js +++ b/gen/ui/ckeditor/styles.js @@ -2,7 +2,4 @@ * Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ -CKEDITOR.stylesSet.add('default',[ - { name: 'Styled image (left)', element:'img', attributes: {'class': 'left'}}, - { name: 'Styled image (right)', element:'img', attributes: {'class': 'right'}}, -]); +CKEDITOR.stylesSet.add('default',[]);