Make WordPress Core


Ignore:
Timestamp:
10/18/2022 12:35:54 AM (2 years ago)
Author:
desrosj
Message:

Twenty Twenty-Three: Sync the latest fixes for RC2.

For a full list of changes included, see the twentytwentythree repository on GitHub: https://github.com/WordPress/twentytwentythree/compare/4ea5d832ec9b684dcbf9ac5e67ff4e9ee5ae1e16...0f273d787481b391d428de671659533642b3aa3c.

Props mikachan, beafialho, kafleg, richtabor, poena, annezazu.
Fixes #56383.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentythree/templates/blog-alternative.html

    r54467 r54629  
    66    <div class="wp-block-query alignwide">
    77        <!-- wp:post-template -->
    8             <!-- wp:columns {"verticalAlignment":null,"style":{"border":{"bottom":{"width":"1px"}},"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"}}}} -->
    9             <div class="wp-block-columns" style="border-bottom-width:1px;padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)">
     8            <!-- wp:columns {"style":{"border":{"bottom":{"width":"1px"}},"spacing":{"padding":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40"},"margin":{"top":"-1.5rem","bottom":"0px"}}}} -->
     9            <div class="wp-block-columns" style="border-bottom-width:1px;margin-top:-1.5rem;margin-bottom:0px;padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)">
    1010                <!-- wp:column {"verticalAlignment":"center","width":"20%"} -->
    1111                <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:20%">
Note: See TracChangeset for help on using the changeset viewer.