Coding standards: Change one occurrence of font weight 700 to 600.
Props chetan200891. Amends [43018]. See #43897. Built from https://develop.svn.wordpress.org/trunk@43021 git-svn-id: http://core.svn.wordpress.org/trunk@42850 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2e8149064e
commit
e663af477a
|
@ -730,7 +730,7 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
|
|||
}
|
||||
|
||||
.theme-overlay .parent-theme strong {
|
||||
font-weight: 700;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -730,7 +730,7 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
|
|||
}
|
||||
|
||||
.theme-overlay .parent-theme strong {
|
||||
font-weight: 700;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.0-alpha-43020';
|
||||
$wp_version = '5.0-alpha-43021';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue