Make WordPress Core

Ticket #48734: 48734.2.patch

File 48734.2.patch, 1.1 KB (added by shailu25, 21 months ago)

Patch Refreshed.

  • src/wp-content/themes/twentytwenty/style-rtl.css

    diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css
    index 6bb7052119..24e532b6b8 100644
    a b figure.wp-block-table.is-style-stripes { 
    35533553        margin: 4rem auto;
    35543554}
    35553555
     3556.entry-content > strong,
     3557.entry-content > em {
     3558        display: block;
     3559}
     3560
    35563561.post-inner .entry-content > .wp-block-cover.alignwide:first-child,
    35573562.post-inner .entry-content > .wp-block-cover.alignfull:first-child {
    35583563        margin-top: 0;
  • src/wp-content/themes/twentytwenty/style.css

    diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
    index de5ba3bf75..0a54507108 100644
    a b figure.wp-block-table.is-style-stripes { 
    35773577        margin: 4rem auto;
    35783578}
    35793579
     3580.entry-content > strong,
     3581.entry-content > em {
     3582        display: block;
     3583}
     3584
    35803585.post-inner .entry-content > .wp-block-cover.alignwide:first-child,
    35813586.post-inner .entry-content > .wp-block-cover.alignfull:first-child {
    35823587        margin-top: 0;