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:
@@ -266,7 +266,7 @@ table.diff .diff-addedline ins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.diff-title strong {
|
.diff-title strong {
|
||||||
line-height: 32px;
|
line-height: 2.46153846;
|
||||||
min-width: 60px;
|
min-width: 60px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
float: right;
|
float: right;
|
||||||
@@ -275,7 +275,7 @@ table.diff .diff-addedline ins {
|
|||||||
|
|
||||||
.revisions-controls .author-card .author-info {
|
.revisions-controls .author-card .author-info {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 16px;
|
line-height: 1.33333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.revisions-controls .author-card .avatar,
|
.revisions-controls .author-card .avatar,
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -266,7 +266,7 @@ table.diff .diff-addedline ins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.diff-title strong {
|
.diff-title strong {
|
||||||
line-height: 32px;
|
line-height: 2.46153846;
|
||||||
min-width: 60px;
|
min-width: 60px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
float: left;
|
float: left;
|
||||||
@@ -275,7 +275,7 @@ table.diff .diff-addedline ins {
|
|||||||
|
|
||||||
.revisions-controls .author-card .author-info {
|
.revisions-controls .author-card .author-info {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 16px;
|
line-height: 1.33333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.revisions-controls .author-card .avatar,
|
.revisions-controls .author-card .avatar,
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|||||||
Reference in New Issue
Block a user