Make WordPress Core

Ticket #29986: 29986.2.patch

File 29986.2.patch, 746 bytes (added by iseulde, 11 years ago)
  • src/wp-content/themes/twentyfifteen/css/editor-style.css

     
    3232        font-family: "Noto Serif", sans-serif;
    3333        font-weight: 400;
    3434        line-height: 1.6842;
    35         margin: 83px 0 83px 83px;
     35        margin: 10%;
    3636        vertical-align: baseline;
    3737}
    3838
     
    455455        unicode-bidi: embed;
    456456}
    457457
    458 .rtl body {
    459         margin: 83px 83px 83px 0;
    460 }
    461 
    462458.rtl blockquote {
    463459        border-right: 4px solid #707070;
    464460        border-left: none;
     
    488484
    489485.rtl .wp-caption.alignleft {
    490486        margin: 8px 32px 8px 0;
    491 }
    492  No newline at end of file
     487}