1
0

upgrade core ckeditor

to standard CKEditor 4.3.3 (revision 7841b02)
This commit is contained in:
Ian
2014-03-12 20:26:25 +01:00
parent 9b3443dcd6
commit 6928a91060
219 changed files with 2233 additions and 1571 deletions

View File

@ -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
*/
body
@ -21,7 +21,7 @@ body
.cke_editable
{
font-size: 13px;
line-height: 1.6em;
line-height: 1.6;
}
blockquote
@ -64,7 +64,7 @@ ol,ul,dl
h1,h2,h3,h4,h5,h6
{
font-weight: normal;
line-height: 1.2em;
line-height: 1.2;
}
hr
@ -73,23 +73,20 @@ hr
border-top: 1px solid #ccc;
}
img.right {
border: 1px solid #ccc;
float: right;
margin-left: 15px;
padding: 5px;
img.right
{
border: 1px solid #ccc;
float: right;
margin-left: 15px;
padding: 5px;
}
img.left {
border: 1px solid #ccc;
float: left;
margin-right: 15px;
padding: 5px;
}
img:hover {
opacity: .9;
filter: alpha(opacity = 90);
img.left
{
border: 1px solid #ccc;
float: left;
margin-right: 15px;
padding: 5px;
}
pre
@ -98,6 +95,29 @@ pre
word-wrap: break-word; /* IE7 */
}
.marker {
background-color: Yellow;
.marker
{
background-color: Yellow;
}
span[lang]
{
font-style: italic;
}
figure
{
text-align: center;
border: solid 1px #ccc;
border-radius: 2px;
background: rgba(0,0,0,0.05);
padding: 10px;
margin: 10px 20px;
display: block; /* For IE8 */
}
figure figcaption
{
text-align: center;
display: block; /* For IE8 */
}