Ticket #24586: 24586-2.patch
File 24586-2.patch, 1.5 KB (added by , 11 years ago) |
---|
-
wp-includes/class-wp-editor.php
344 344 'paste_strip_class_attributes' => 'all', 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', 350 350 'wpeditimage_disable_captions' => $no_captions, -
wp-includes/css/editor.css
586 586 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 592 592 .wp_themeSkin .mce_h2 span.mceText { … … 596 596 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 617 617 /* Theme */