mirror of
git://develop.git.wordpress.org/
synced 2025-03-15 01:19:51 +01:00
CSS Coding Standards: Use unitless values for line-height
in wp-includes/css/wp-pointer.css
.
Props ianbelanger, pbiron, afercia. Fixes #46525. See #44643. git-svn-id: https://develop.svn.wordpress.org/trunk@45475 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cfe0064c7a
commit
4154cb7762
@ -13,7 +13,7 @@
|
||||
padding: 15px 18px 14px 60px;
|
||||
border: 1px solid #3592b6;
|
||||
border-bottom: none;
|
||||
line-height: 1.4em;
|
||||
line-height: 1.4;
|
||||
font-size: 14px;
|
||||
color: #fff;
|
||||
background: #00a0d2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user