Ticket #29986: 29986.2.patch
File 29986.2.patch, 746 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: 10%; 36 36 vertical-align: baseline; 37 37 } 38 38 … … 455 455 unicode-bidi: embed; 456 456 } 457 457 458 .rtl body {459 margin: 83px 83px 83px 0;460 }461 462 458 .rtl blockquote { 463 459 border-right: 4px solid #707070; 464 460 border-left: none; … … 488 484 489 485 .rtl .wp-caption.alignleft { 490 486 margin: 8px 32px 8px 0; 491 } 492 No newline at end of file 487 }