Make WordPress Core

Ticket #58547: 58547.diff

File 58547.diff, 1.2 KB (added by shailu25, 3 months ago)

Patch Added

  • src/wp-content/themes/twentyseventeen/assets/css/blocks.css

    diff --git a/src/wp-content/themes/twentyseventeen/assets/css/blocks.css b/src/wp-content/themes/twentyseventeen/assets/css/blocks.css
    index ba92e94e5a..350f49e930 100644
    a b p.has-drop-cap:not(:focus)::first-letter { 
    196196        text-align: right;
    197197}
    198198
     199/* Calendar */
     200
     201.wp-block-calendar th {
     202        text-align: center;
     203}
     204
    199205/*--------------------------------------------------------------
    2002064.0 Blocks - Layout Elements
    201207--------------------------------------------------------------*/
  • src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css

    diff --git a/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css b/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
    index d6976f15d3..0937f936b3 100644
    a b table.wp-block-table td:last-child { 
    709709        text-align: right;
    710710}
    711711
     712/* Calendar */
     713
     714.editor-styles-wrapper .wp-block-calendar th {
     715        text-align: center;
     716}
     717
    712718/* Verse */
    713719
    714720.editor-styles-wrapper .wp-block-verse {