Make WordPress Core

Changeset 45415


Ignore:
Timestamp:
05/25/2019 02:43:29 PM (6 years ago)
Author:
SergeyBiryukov
Message:

CSS Coding Standards: Update unitless values for line-height in wp-admin/css/widgets.css with more precise calculations.

Props ianbelanger.
Fixes #46531.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/widgets.css

    r45053 r45415  
    4040    border-top: none;
    4141    padding: 1px 15px 15px 15px;
    42     line-height: 1.2;
     42    line-height: 1.23076923;
    4343}
    4444
     
    542542    background: #EEE;
    543543    padding: 0 15px;
    544     line-height: 3.35;
     544    line-height: 3.30769230;
    545545    border-left: 1px solid #DDD;
    546546}
Note: See TracChangeset for help on using the changeset viewer.