Make WordPress Core

Ticket #29986: 29986.patch

File 29986.patch, 898 bytes (added by Jayjdk, 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: 40px;
    3636        vertical-align: baseline;
    3737}
    3838
     39@media screen and (min-width: 743px) {
     40        body {
     41                margin: 83px 0 83px 83px;
     42        }
     43}
    3944
     45
    4046/**
    4147 * 2.0 Typography
    4248 */
     
    455461        unicode-bidi: embed;
    456462}
    457463
    458 .rtl body {
    459         margin: 83px 83px 83px 0;
     464@media screen and (min-width: 743px) {
     465        .rtl body {
     466                margin: 83px 83px 83px 0;
     467        }
    460468}
    461469
    462470.rtl blockquote {
     
    488496
    489497.rtl .wp-caption.alignleft {
    490498        margin: 8px 32px 8px 0;
    491 }
    492  No newline at end of file
     499}