Twenty Fifteen: Add top margin to the File block button styles.

This ensures that there is some spacing between the Cover and File blocks.

Props mukesh27, mayur8991, panchalhimani711, sabernhardt, itpathsolutions, thakordarshil, ankit-k-gupta, ugyensupport, pooja1210, shailu25, harshgajipara, darshitrajyaguru97, poena.
Fixes #58498.
Built from https://develop.svn.wordpress.org/trunk@57581


git-svn-id: http://core.svn.wordpress.org/trunk@57082 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2024-02-10 17:18:14 +00:00
parent 5940784180
commit 82b97a677f
2 changed files with 2 additions and 1 deletions

View File

@ -222,6 +222,7 @@ p.has-drop-cap:not(:focus)::first-letter {
font-size: 12px;
font-weight: 700;
line-height: 1.5;
margin-top: 2em;
padding: 0.7917em 1.5em;
text-transform: uppercase;
vertical-align: baseline;

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.5-alpha-57580';
$wp_version = '6.5-alpha-57581';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.