[UPD] ckeditor 4.4.4

This commit is contained in:
Holger Brunn
2014-09-22 22:22:48 +02:00
parent e597767a51
commit 49c10c6c51
260 changed files with 1888 additions and 1575 deletions

View File

@@ -1,12 +1,12 @@
<!DOCTYPE html>
<!--
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
<head>
<title>Massive inline editing &mdash; CKEditor Sample</title>
<meta charset="utf-8">
<title>Massive inline editing &mdash; CKEditor Sample</title>
<script src="../ckeditor.js"></script>
<script>
@@ -103,14 +103,14 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
{
font-family: "Arial Black",arial-black;
font-size: 4.6em;
line-height: 1.1em;
line-height: 1.1;
text-transform: uppercase;
}
#headerLeft h3
{
font-size: 2.3em;
line-height: 1.1em;
line-height: 1.1;
margin: .2em 0 0;
color: #666;
}
@@ -123,7 +123,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
#headerRight p
{
line-height: 1.8em;
line-height: 1.8;
text-align: justify;
margin: 0;
}
@@ -303,7 +303,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
http://ckeditor.com</a>
</p>
<p id="copy">
Copyright &copy; 2003-2013, <a class="samples" href="http://cksource.com/">CKSource</a>
Copyright &copy; 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a>
- Frederico Knabben. All rights reserved.
</p>
</div>