Changeset 24545
- Timestamp:
- 07/03/2013 02:03:19 AM (11 years ago)
- Location:
- trunk/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-editor.php
r24341 r24545 345 345 'paste_text_use_dialog' => true, 346 346 'webkit_fake_resize' => false, 347 'preview_styles' => 'font-family font- size font-weight text-decoration text-transform',347 'preview_styles' => 'font-family font-weight text-decoration text-transform', 348 348 'spellchecker_rpc_url' => self::$baseurl . '/plugins/spellchecker/rpc.php', 349 349 'schema' => 'html5', -
trunk/wp-includes/css/editor.css
r24311 r24545 587 587 .wp_themeSkin .mce_h1 span.mceText { 588 588 font-weight: bolder; 589 font-size: 1 7px;589 font-size: 18px; 590 590 } 591 591 … … 597 597 .wp_themeSkin .mce_h3 span.mceText { 598 598 font-weight: bolder; 599 font-size: 1 5px;599 font-size: 14px; 600 600 } 601 601 602 602 .wp_themeSkin .mce_h4 span.mceText { 603 603 font-weight: bolder; 604 font-size: 1 4px;604 font-size: 12px; 605 605 } 606 606 607 607 .wp_themeSkin .mce_h5 span.mceText { 608 608 font-weight: bolder; 609 font-size: 1 3px;609 font-size: 11px; 610 610 } 611 611 612 612 .wp_themeSkin .mce_h6 span.mceText { 613 613 font-weight: bolder; 614 font-size: 1 2px;614 font-size: 10px; 615 615 } 616 616
Note: See TracChangeset
for help on using the changeset viewer.