Make WordPress Core

Changeset 29909


Ignore:
Timestamp:
10/15/2014 10:36:27 PM (10 years ago)
Author:
azaozz
Message:

Twenty Fifteen: make font-size/line-height in editor-style.css the same as in style.css. Remove margins from the editor body, interferes with autoresize in some browsers and is overriden in the default styles. See #29799

File:
1 edited

Legend:

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

    r29892 r29909  
    2323 */
    2424
    25 html .mceContentBody {
    26     font-size: 19px;
     25html .mce-content-body {
     26    font-size: 17px;
     27    font-size: 1.7rem;
    2728    max-width: 660px;
    2829}
     
    3233    font-family: "Noto Serif", sans-serif;
    3334    font-weight: 400;
    34     line-height: 1.6842;
    35     margin: 83px 0 83px 83px;
     35    line-height: 1.6471;
    3636    vertical-align: baseline;
    3737}
Note: See TracChangeset for help on using the changeset viewer.