Make WordPress Core

Ticket #50317: 50317.2.patch

File 50317.2.patch, 1.3 KB (added by shailu25, 2 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 2fc1a9bfbc..7787151201 100644
    a b button.toggle { 
    12551255        margin-left: auto;
    12561256}
    12571257
     1258.aligncenter figcaption {
     1259        text-align: center;
     1260}
     1261
    12581262/* Search Form ------------------------------- */
    12591263
    12601264.search-form {
    a.to-the-top > * { 
    59175921                margin-left: 0;
    59185922        }
    59195923
    5920     .wp-block-image .aligncenter figcaption {
    5921         text-align: center;
    5922     }
    5923 
    59245924        /* BLOCK: SEPARATOR */
    59255925
    59265926        hr.wp-block-separator {
  • 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 1a802509a4..32da0a9c30 100644
    a b button.toggle { 
    12611261        margin-right: auto;
    12621262}
    12631263
     1264.aligncenter figcaption {
     1265        text-align: center;
     1266}
     1267
    12641268/* Search Form ------------------------------- */
    12651269
    12661270.search-form {
    a.to-the-top > * { 
    59895993                margin-left: 0;
    59905994        }
    59915995
    5992     .wp-block-image .aligncenter figcaption {
    5993         text-align: center;
    5994     }
    5995 
    59965996        /* BLOCK: SEPARATOR */
    59975997
    59985998        hr.wp-block-separator {