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

Props ianbelanger, pbiron, afercia.
Fixes #46517. See #44643.
Built from https://develop.svn.wordpress.org/trunk@45468


git-svn-id: http://core.svn.wordpress.org/trunk@45279 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-05-30 12:16:52 +00:00
parent ca6aa01705
commit fdc6b9583b
5 changed files with 7 additions and 7 deletions

View File

@ -266,7 +266,7 @@ table.diff .diff-addedline ins {
}
.diff-title strong {
line-height: 32px;
line-height: 2.46153846;
min-width: 60px;
text-align: left;
float: right;
@ -275,7 +275,7 @@ table.diff .diff-addedline ins {
.revisions-controls .author-card .author-info {
font-size: 12px;
line-height: 16px;
line-height: 1.33333333;
}
.revisions-controls .author-card .avatar,

File diff suppressed because one or more lines are too long

View File

@ -266,7 +266,7 @@ table.diff .diff-addedline ins {
}
.diff-title strong {
line-height: 32px;
line-height: 2.46153846;
min-width: 60px;
text-align: right;
float: left;
@ -275,7 +275,7 @@ table.diff .diff-addedline ins {
.revisions-controls .author-card .author-info {
font-size: 12px;
line-height: 16px;
line-height: 1.33333333;
}
.revisions-controls .author-card .avatar,

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-alpha-45467';
$wp_version = '5.3-alpha-45468';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.