CSS Coding Standards: Use unitless values for line-height
in wp-admin/css/login.css
.
Props ianbelanger, pbiron, afercia. Fixes #46514. See #44643. git-svn-id: https://develop.svn.wordpress.org/trunk@45466 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ca40b4ef9f
commit
2254e86861
@ -14,7 +14,7 @@ body {
|
|||||||
color: #444;
|
color: #444;
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 1.4em;
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@ -159,7 +159,7 @@ p {
|
|||||||
|
|
||||||
.login form .forgetmenot label {
|
.login form .forgetmenot label {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 19px;
|
line-height: 1.58333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login h1 {
|
.login h1 {
|
||||||
@ -176,7 +176,7 @@ p {
|
|||||||
height: 84px;
|
height: 84px;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
line-height: 1.3em;
|
line-height: 1.3;
|
||||||
margin: 0 auto 25px;
|
margin: 0 auto 25px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user