diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-03-21 02:20:06 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-03-21 02:20:15 +0100 |
commit | 3b35bd273a79f6b01fda7a246aed64aca147ea7a (patch) | |
tree | 5f259026b0771aceb2ad9a88619437ef1841d14c /sources/samples/toolbarconfigurator | |
parent | 7adcb81e4f83f98c468889aaa5a85558ba88c770 (diff) | |
download | connexionswing-ckeditor-component-master.tar.gz connexionswing-ckeditor-component-master.tar.zst connexionswing-ckeditor-component-master.zip |
Diffstat (limited to 'sources/samples/toolbarconfigurator')
-rw-r--r-- | sources/samples/toolbarconfigurator/index.html | 4 | ||||
-rw-r--r-- | sources/samples/toolbarconfigurator/less/base.less | 2 | ||||
-rw-r--r-- | sources/samples/toolbarconfigurator/less/toolbarmodifier.less | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sources/samples/toolbarconfigurator/index.html b/sources/samples/toolbarconfigurator/index.html index 3c1cf525..cf3d0438 100644 --- a/sources/samples/toolbarconfigurator/index.html +++ b/sources/samples/toolbarconfigurator/index.html | |||
@@ -1,6 +1,6 @@ | |||
1 | <!DOCTYPE html> | 1 | <!DOCTYPE html> |
2 | <!-- | 2 | <!-- |
3 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | 3 | Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. |
4 | For licensing, see LICENSE.md or http://ckeditor.com/license | 4 | For licensing, see LICENSE.md or http://ckeditor.com/license |
5 | --> | 5 | --> |
6 | <!--[if IE 8]><html class="ie8"><![endif]--> | 6 | <!--[if IE 8]><html class="ie8"><![endif]--> |
@@ -136,7 +136,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license | |||
136 | CKEditor – The text editor for the Internet – <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> | 136 | CKEditor – The text editor for the Internet – <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> |
137 | </p> | 137 | </p> |
138 | <p class="grid-width-100" id="copy"> | 138 | <p class="grid-width-100" id="copy"> |
139 | Copyright © 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> – Frederico Knabben. All rights reserved. | 139 | Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> – Frederico Knabben. All rights reserved. |
140 | </p> | 140 | </p> |
141 | </footer> | 141 | </footer> |
142 | 142 | ||
diff --git a/sources/samples/toolbarconfigurator/less/base.less b/sources/samples/toolbarconfigurator/less/base.less index be59d207..0b7f918b 100644 --- a/sources/samples/toolbarconfigurator/less/base.less +++ b/sources/samples/toolbarconfigurator/less/base.less | |||
@@ -1,4 +1,4 @@ | |||
1 | // Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | 1 | // Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. |
2 | // For licensing, see LICENSE.html or http://cksource.com/ckeditor/license | 2 | // For licensing, see LICENSE.html or http://cksource.com/ckeditor/license |
3 | 3 | ||
4 | @base-font-size: 16px; | 4 | @base-font-size: 16px; |
diff --git a/sources/samples/toolbarconfigurator/less/toolbarmodifier.less b/sources/samples/toolbarconfigurator/less/toolbarmodifier.less index ea6ed15a..319c6995 100644 --- a/sources/samples/toolbarconfigurator/less/toolbarmodifier.less +++ b/sources/samples/toolbarconfigurator/less/toolbarmodifier.less | |||
@@ -1,4 +1,4 @@ | |||
1 | // Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | 1 | // Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. |
2 | // For licensing, see LICENSE.html or http://cksource.com/ckeditor/license | 2 | // For licensing, see LICENSE.html or http://cksource.com/ckeditor/license |
3 | 3 | ||
4 | @import "base.less"; | 4 | @import "base.less"; |