From 6ba13885226ce94a2f9bebc020071c37c4a01876 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 7 Apr 2019 05:50:18 +0000 Subject: [PATCH] CSS Coding Standards: Use unitless values for `line-height` in `wp-admin/css/about.css`. Props ianbelanger, mukesh27, pbiron, afercia. Fixes #46495. See #44643. git-svn-id: https://develop.svn.wordpress.org/trunk@45130 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/about.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-admin/css/about.css b/src/wp-admin/css/about.css index 07ebffd90f..21952f2e21 100644 --- a/src/wp-admin/css/about.css +++ b/src/wp-admin/css/about.css @@ -130,7 +130,7 @@ margin: 0.2em 200px 0 0; padding: 0; color: #32373c; - line-height: 1.2em; + line-height: 1.2; font-size: 2.8em; font-weight: 400; } @@ -175,7 +175,7 @@ .about-wrap .about-text { margin-top: 1.4em; font-weight: 400; - line-height: 1.6em; + line-height: 1.6; font-size: 19px; } @@ -452,7 +452,7 @@ margin: 6px 0 2px; font-size: 16px; font-weight: 400; - line-height: 2em; + line-height: 2; text-decoration: none; }