X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=styles.js;h=18e4316b059116d2441f16dcd61228e645cd3a78;hb=484c93d1e1a5a219e2899c566dae48300105f3ed;hp=0340601da3c9e7db9379ed1da124abe764149cd8;hpb=9ff13aaba26bcf5e5315d53a58465507b3c44196;p=ckeditor.git diff --git a/styles.js b/styles.js index 0340601..18e4316 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-2014, 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. @@ -107,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' } } -]); +] );