Changeset 29911
- Timestamp:
- 10/16/2014 12:26:20 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/css/editor-style.css
r29910 r29911 23 23 */ 24 24 25 html .mce-content-body {26 font-size: 17px;27 max-width: 660px;28 }29 30 25 body { 31 26 color: #333; 32 27 font-family: "Noto Serif", sans-serif; 33 28 font-weight: 400; 29 font-size: 19px; 34 30 line-height: 1.6471; 31 max-width: 660px; 32 margin: 83px 0 83px 83px; 35 33 vertical-align: baseline; 36 34 } … … 450 448 */ 451 449 452 html .mceContentBody.rtl { 453 direction: rtl; 454 unicode-bidi: embed; 455 } 456 457 .rtl body { 450 body.rtl { 458 451 margin: 83px 83px 83px 0; 459 452 }
Note: See TracChangeset
for help on using the changeset viewer.