TinyMCE 3.3.9.3-dev. fixes #15111.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16950 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
93908c2670
commit
d8f0f1b4fb
|
@ -129,7 +129,7 @@ color:#FFF
|
|||
.clearlooks2.ie9 .mceTop .mceCenter {clip:auto;}
|
||||
.clearlooks2.ie9 .mceMiddle {clip:auto;}
|
||||
.clearlooks2.ie9 .mceMiddle .mceLeft, .clearlooks2.ie9 .mceMiddle .mceRight {top: 23px;}
|
||||
.clearlooks2.ie9 .mceAlert .mceMiddle span, .clearlooks2 .mceConfirm .mceMiddle span {top:13px;}
|
||||
.clearlooks2.ie9 .mceAlert .mceMiddle span, .clearlooks2.ie9 .mceConfirm .mceMiddle span {top:13px;}
|
||||
.clearlooks2.ie9 .mceModal .mceMiddle {top:23px}
|
||||
.clearlooks2.ie9 .mceModal .mceMiddle .mceLeft, .clearlooks2.ie9 .mceModal .mceMiddle .mceRight {top: 0}
|
||||
.clearlooks2.ie9 .mceMiddle .mceIcon {top:13px}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -22,7 +22,7 @@ $wp_db_version = 15477;
|
|||
*
|
||||
* @global string $tinymce_version
|
||||
*/
|
||||
$tinymce_version = '3392d';
|
||||
$tinymce_version = '3393';
|
||||
|
||||
/**
|
||||
* Holds the cache manifest version
|
||||
|
|
Loading…
Reference in New Issue