Ticket #56011: #56011.patch
File #56011.patch, 1.9 KB (added by , 2 years ago) |
---|
-
wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
625 625 margin: 0; 626 626 } 627 627 628 .editor-styles-wrapper blockquote.is-style-plain { 629 border: none; 630 padding: 5px 0 5px 0; 631 } 632 628 633 .editor-styles-wrapper .wp-block-quote { 629 634 border-color: #cd2653; 630 635 border-style: solid; -
wp-content/themes/twentytwenty/assets/css/editor-style-block.css
625 625 margin: 0; 626 626 } 627 627 628 .editor-styles-wrapper blockquote.is-style-plain { 629 border: none; 630 padding: 5px 0 5px 0; 631 } 632 628 633 .editor-styles-wrapper .wp-block-quote { 629 634 border-color: #cd2653; 630 635 border-style: solid; -
wp-content/themes/twentytwenty/style-rtl.css
5305 5305 font-size: 2.8rem; 5306 5306 } 5307 5307 5308 .wp-block-quote.is-style-plain { 5309 border: none; 5310 padding: 0.25em 0 0.25em 0; 5311 } 5312 5308 5313 /* BLOCK: SEPARATOR */ 5309 5314 5310 5315 hr.wp-block-separator { -
wp-content/themes/twentytwenty/style.css
5361 5361 font-size: 2.8rem; 5362 5362 } 5363 5363 5364 .wp-block-quote.is-style-plain { 5365 border: none; 5366 padding: 0.25em 0 0.25em 0; 5367 } 5368 5364 5369 /* BLOCK: SEPARATOR */ 5365 5370 5366 5371 hr.wp-block-separator {