Make WordPress Core

Ticket #20564: 30033.diff

File 30033.diff, 739 bytes (added by mattheu, 10 years ago)
  • src/wp-content/themes/twentyfifteen/css/editor-style.css

    diff --git a/src/wp-content/themes/twentyfifteen/css/editor-style.css b/src/wp-content/themes/twentyfifteen/css/editor-style.css
    index 773c98e..0229610 100644
    a b body { 
    2828        font-weight: 400;
    2929        font-size: 19px;
    3030        line-height: 1.6471;
    31         max-width: 660px;
    32         margin: 83px 0 83px 83px;
     31        margin: 83px 10%;
    3332        vertical-align: baseline;
    3433}
    3534
     35html .mce-content-body {
     36        max-width: 660px;
     37}
    3638
    3739/**
    3840 * 2.0 Typography
    a { 
    447449 * 8.0 RTL
    448450 */
    449451
    450 body.rtl {
    451         margin: 83px 83px 83px 0;
    452 }
    453 
    454452.rtl blockquote {
    455453        border-right: 4px solid #707070;
    456454        border-left: none;