CSS Coding Standards: Use unitless values for `line-height` in `wp-admin/css/install.css`.

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

git-svn-id: https://develop.svn.wordpress.org/trunk@45465 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-05-30 11:52:20 +00:00
parent e9f7b9a81d
commit ca40b4ef9f
1 changed files with 5 additions and 5 deletions

View File

@ -96,7 +96,7 @@ label {
height: 84px;
font-size: 20px;
font-weight: 400;
line-height: 1.3em;
line-height: 1.3;
margin: -130px auto 25px;
padding: 0;
text-decoration: none;
@ -117,7 +117,7 @@ label {
.language-chooser.wp-core-ui .step .button.button-large {
height: 36px;
font-size: 14px;
line-height: 33px;
line-height: 2.35714285;
vertical-align: middle;
}
textarea {
@ -149,7 +149,7 @@ textarea {
}
.form-table code {
line-height: 18px;
line-height: 1.28571428;
font-size: 14px;
}
@ -159,7 +159,7 @@ textarea {
}
.form-table input {
line-height: 20px;
line-height: 1.33333333;
font-size: 15px;
padding: 3px 5px;
border: 1px solid #ddd;
@ -204,7 +204,7 @@ submit {
#error-page p {
font-size: 14px;
line-height: 18px;
line-height: 1.28571428;
margin: 25px 0 20px;
}