Make WordPress Core


Ignore:
Timestamp:
06/08/2023 01:58:47 PM (16 months ago)
Author:
SergeyBiryukov
Message:

Twenty Twenty-Three: Remove redundant px unit in a few inline styles.

Follow-up to [54312], [54629].

Props ankitmaru.
Fixes #58485.

File:
1 edited

Legend:

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

    r54887 r55898  
    77        <!-- wp:post-template -->
    88            <!-- 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)">
     9            <div class="wp-block-columns" style="border-bottom-width:1px;margin-top:-1.5rem;margin-bottom:0;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.