Ticket #29986: 29986.patch
File 29986.patch, 898 bytes (added by , 11 years ago) |
---|
-
src/wp-content/themes/twentyfifteen/css/editor-style.css
32 32 font-family: "Noto Serif", sans-serif; 33 33 font-weight: 400; 34 34 line-height: 1.6842; 35 margin: 83px 0 83px 83px;35 margin: 40px; 36 36 vertical-align: baseline; 37 37 } 38 38 39 @media screen and (min-width: 743px) { 40 body { 41 margin: 83px 0 83px 83px; 42 } 43 } 39 44 45 40 46 /** 41 47 * 2.0 Typography 42 48 */ … … 455 461 unicode-bidi: embed; 456 462 } 457 463 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 } 460 468 } 461 469 462 470 .rtl blockquote { … … 488 496 489 497 .rtl .wp-caption.alignleft { 490 498 margin: 8px 32px 8px 0; 491 } 492 No newline at end of file 499 }