Make WordPress Core

Ticket #29986: 29986.3.diff

File 29986.3.diff, 608 bytes (added by iamtakashi, 11 years ago)

Relative margin around body in the editor.

  • wp-content/themes/twentyfifteen/css/editor-style.css

     
    2929        font-size: 19px;
    3030        line-height: 1.6471;
    3131        max-width: 660px;
    32         margin: 83px 0 83px 83px;
     32        margin: 10%;
    3333        vertical-align: baseline;
    3434}
    3535
     
    447447 * 8.0 RTL
    448448 */
    449449
    450 body.rtl {
    451         margin: 83px 83px 83px 0;
    452 }
    453 
    454450.rtl blockquote {
    455451        border-right: 4px solid #707070;
    456452        border-left: none;