Twenty Fifteen: Fix typo in `css/blocks.css`.
Follow-up to [43798]. Props shailu25, harshgajipara. Fixes #60383. Built from https://develop.svn.wordpress.org/trunk@57512 git-svn-id: http://core.svn.wordpress.org/trunk@57013 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7d60c616d1
commit
7a7f7ec0d3
|
@ -470,7 +470,7 @@ p.has-drop-cap:not(:focus)::first-letter {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Seperators */
|
/* Separators */
|
||||||
|
|
||||||
.wp-block-separator {
|
.wp-block-separator {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.5-alpha-57511';
|
$wp_version = '6.5-alpha-57512';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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.
|
||||||
|
|
Loading…
Reference in New Issue