Make WordPress Core

Ticket #49320: 49320.patch

File 49320.patch, 896 bytes (added by garethgillman, 5 years ago)

adds center align to figcaption in styles.css and style-rtl.css

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

     
    58105810        .wp-block-image .alignright {
    58115811                margin-left: 0;
    58125812        }
     5813 
     5814    .wp-block-image .aligncenter figcaption {
     5815        text-align: center;
     5816    }
    58135817
    58145818        /* BLOCK: SEPARATOR */
    58155819
  • src/wp-content/themes/twentytwenty/style.css

     
    58805880                /*rtl:ignore*/
    58815881                margin-left: 0;
    58825882        }
     5883 
     5884    .wp-block-image .aligncenter figcaption {
     5885        text-align: center;
     5886    }
    58835887
    58845888        /* BLOCK: SEPARATOR */
    58855889