Make WordPress Core

Changeset 29911


Ignore:
Timestamp:
10/16/2014 12:26:20 AM (10 years ago)
Author:
azaozz
Message:

Twenty Fifteen, editor-style.css: revert the font-size back to 19px and margin back to 83px, merge the two body selectors (don't seem needed), remove redundant rtl rules and fix body.rtl selector. See #29799

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfifteen/css/editor-style.css

    r29910 r29911  
    2323 */
    2424
    25 html .mce-content-body {
    26     font-size: 17px;
    27     max-width: 660px;
    28 }
    29 
    3025body {
    3126    color: #333;
    3227    font-family: "Noto Serif", sans-serif;
    3328    font-weight: 400;
     29    font-size: 19px;
    3430    line-height: 1.6471;
     31    max-width: 660px;
     32    margin: 83px 0 83px 83px;
    3533    vertical-align: baseline;
    3634}
     
    450448 */
    451449
    452 html .mceContentBody.rtl {
    453     direction: rtl;
    454     unicode-bidi: embed;
    455 }
    456 
    457 .rtl body {
     450body.rtl {
    458451    margin: 83px 83px 83px 0;
    459452}
Note: See TracChangeset for help on using the changeset viewer.