Correct TinyMCE anchor (as in <a name>) image. props jakemgold, fixes #18419.

git-svn-id: https://develop.svn.wordpress.org/trunk@19190 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-11-06 20:14:13 +00:00
parent fc9fcf176e
commit 15622fb001
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ h4 {font-size: 1em}
h5 {font-size: .83em}
h6 {font-size: .75em}
.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1px dashed #BBB;}
a.mceItemAnchor {display:inline-block; -webkit-user-select:all; -webkit-user-modify:read-only; -moz-user-select:all; -moz-user-modify:read-only; width:11px !important; height:11px !important; background:url(img/items.gif) no-repeat center center}
a.mceItemAnchor {display:inline-block; -webkit-user-select:all; -webkit-user-modify:read-only; -moz-user-select:all; -moz-user-modify:read-only; width:11px !important; height:11px !important; background:url(../default/img/items.gif) no-repeat center center}
span.mceItemNbsp {background: #DDD}
td.mceSelected, th.mceSelected {background-color:#3399ff !important}
img {border:0;}

View File

@ -18,7 +18,7 @@ $wp_db_version = 19061;
*
* @global string $tinymce_version
*/
$tinymce_version = '345-20111105';
$tinymce_version = '345-20111106';
/**
* Holds the cache manifest version