Changeset 19190
- Timestamp:
- 11/06/2011 08:14:13 PM (14 years ago)
- Location:
- trunk/wp-includes
- Files:
-
- 2 edited
-
js/tinymce/themes/advanced/skins/wp_theme/content.css (modified) (1 diff)
-
version.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css
r18766 r19190 14 14 h6 {font-size: .75em} 15 15 .mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1px dashed #BBB;} 16 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}16 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} 17 17 span.mceItemNbsp {background: #DDD} 18 18 td.mceSelected, th.mceSelected {background-color:#3399ff !important} -
trunk/wp-includes/version.php
r19188 r19190 19 19 * @global string $tinymce_version 20 20 */ 21 $tinymce_version = '345-2011110 5';21 $tinymce_version = '345-20111106'; 22 22 23 23 /**
Note: See TracChangeset
for help on using the changeset viewer.