Make WordPress Core

Changeset 45471


Ignore:
Timestamp:
05/30/2019 12:35:03 PM (5 years ago)
Author:
SergeyBiryukov
Message:

CSS Coding Standards: Use unitless values for line-height in wp-includes/css/jquery-ui-dialog.css.

Props ianbelanger, pbiron, afercia.
Fixes #46521. See #44643.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/jquery-ui-dialog.css

    r44791 r45471  
    183183    text-decoration: none;
    184184    font-size: 13px;
    185     line-height: 26px;
     185    line-height: 2;
    186186    height: 28px;
    187187    margin: 0;
     
    273273    font-size: 18px;
    274274    font-weight: 600;
    275     line-height: 36px;
     275    line-height: 2;
    276276    padding: 0 36px 0 16px;
    277277}
     
    299299    -webkit-font-smoothing: antialiased;
    300300    -moz-osx-font-smoothing: grayscale;
    301     line-height: 36px;
     301    line-height: 1.8;
    302302    width: 36px;
    303303    height: 36px;
Note: See TracChangeset for help on using the changeset viewer.