Make WordPress Core

Ticket #60239: 60239.4.patch

File 60239.4.patch, 613 bytes (added by shailu25, 5 months ago)

Patch Updated.

  • src/wp-content/themes/twentysixteen/css/blocks.css

    diff --git a/src/wp-content/themes/twentysixteen/css/blocks.css b/src/wp-content/themes/twentysixteen/css/blocks.css
    index f01118d6c0..c631e94053 100644
    a b p.has-drop-cap:not(:focus)::first-letter { 
    7474
    7575/* Quote */
    7676
     77.wp-block-quote {
     78        border-width: 0 0 0 4px;
     79}
     80 
     81:where(.rtl) .wp-block-quote {
     82        border-width: 0 4px 0 0;
     83}
     84
    7785.wp-block-quote:not(.is-large):not(.is-style-large).alignleft,
    7886.wp-block-quote:not(.is-large):not(.is-style-large).alignright {
    7987        border-left: none;