Make WordPress Core

Changeset 45474


Ignore:
Timestamp:
05/30/2019 12:39:26 PM (6 years ago)
Author:
SergeyBiryukov
Message:

CSS Coding Standards: Use unitless values for line-height in wp-includes/css/wp-embed-template.css.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/wp-embed-template.css

    r44791 r45474  
    139139.wp-embed-site-title {
    140140    font-weight: 600;
    141     line-height: 25px;
     141    line-height: 1.78571428;
    142142}
    143143
     
    170170
    171171.wp-embed-comments a {
    172     line-height: 25px;
     172    line-height: 1.78571428;
    173173    display: inline-block;
    174174}
Note: See TracChangeset for help on using the changeset viewer.