Make WordPress Core

Changeset 45473


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

CSS Coding Standards: Use unitless values for line-height in wp-includes/functions.php.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r45424 r45473  
    31783178            text-decoration: none;
    31793179            font-size: 13px;
    3180             line-height: 26px;
     3180            line-height: 2;
    31813181            height: 28px;
    31823182            margin: 0;
     
    31983198        .button.button-large {
    31993199            height: 30px;
    3200             line-height: 28px;
     3200            line-height: 2.15384615;
    32013201            padding: 0 12px 2px;
    32023202        }
Note: See TracChangeset for help on using the changeset viewer.