Changeset 28866
- Timestamp:
- 06/27/2014 02:59:13 AM (10 years ago)
- Location:
- trunk/src/wp-includes/js/tinymce
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/tinymce/plugins/wordpress/plugin.js
r28685 r28866 298 298 bodyClass.push('ie7'); 299 299 } 300 } else if ( env.webkit ) { 301 bodyClass.push('webkit'); 300 302 } 301 303 -
trunk/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css
r28755 r28866 16 16 color: #333; 17 17 margin: 10px; 18 } 19 20 /* When font-weight is different than the default browser style, 21 Chrome and Safari replace <strong> and <b> with spans with inline styles on pasting?! */ 22 body.webkit strong, 23 body.webkit b { 24 font-weight: bold !important; 18 25 } 19 26
Note: See TracChangeset
for help on using the changeset viewer.