Make WordPress Core

Ticket #24586: 24586-2.patch

File 24586-2.patch, 1.5 KB (added by azaozz, 11 years ago)
  • wp-includes/class-wp-editor.php

     
    344344                                        'paste_strip_class_attributes' => 'all',
    345345                                        'paste_text_use_dialog' => true,
    346346                                        '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',
    348348                                        'spellchecker_rpc_url' => self::$baseurl . '/plugins/spellchecker/rpc.php',
    349349                                        'schema' => 'html5',
    350350                                        'wpeditimage_disable_captions' => $no_captions,
  • wp-includes/css/editor.css

     
    586586
    587587.wp_themeSkin .mce_h1 span.mceText {
    588588        font-weight: bolder;
    589         font-size: 17px;
     589        font-size: 18px;
    590590}
    591591
    592592.wp_themeSkin .mce_h2 span.mceText {
     
    596596
    597597.wp_themeSkin .mce_h3 span.mceText {
    598598        font-weight: bolder;
    599         font-size: 15px;
     599        font-size: 14px;
    600600}
    601601
    602602.wp_themeSkin .mce_h4 span.mceText {
    603603        font-weight: bolder;
    604         font-size: 14px;
     604        font-size: 12px;
    605605}
    606606
    607607.wp_themeSkin .mce_h5 span.mceText {
    608608        font-weight: bolder;
    609         font-size: 13px;
     609        font-size: 11px;
    610610}
    611611
    612612.wp_themeSkin .mce_h6 span.mceText {
    613613        font-weight: bolder;
    614         font-size: 12px;
     614        font-size: 10px;
    615615}
    616616
    617617/* Theme */