mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[UPD] ckeditor 4.4.4
This commit is contained in:
@@ -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 — CKEditor Sample</title>
|
||||
<meta charset="utf-8">
|
||||
<title>Massive inline editing — 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 © 2003-2013, <a class="samples" href="http://cksource.com/">CKSource</a>
|
||||
Copyright © 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a>
|
||||
- Frederico Knabben. All rights reserved.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user