Update CKEditor to version 4.3.0

This commit is contained in:
Francis Lachapelle
2013-11-20 11:17:42 -05:00
committed by Jean Raby
parent b5e77ad86c
commit 3e1cd079a8
20 changed files with 765 additions and 721 deletions

View File

@@ -89,13 +89,6 @@ img.left
padding: 5px;
}
/* #10868: We use :not() selector to exclude IE8, which crashes on img:hover style. */
:not(.ie8) img:hover
{
opacity: .9;
filter: alpha(opacity = 90);
}
pre
{
white-space: pre-wrap; /* CSS 2.1 */
@@ -106,3 +99,8 @@ pre
{
background-color: Yellow;
}
span[lang]
{
font-style: italic;
}