Ticket #60020: 60020.patch
File 60020.patch, 5.3 KB (added by , 14 months ago) |
---|
-
wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
126 126 127 127 .entry .entry-content { 128 128 129 //! Paragraphs130 p.has-background {131 padding: 20px 30px;132 }133 134 129 //! Audio 135 130 .wp-block-audio { 136 131 -
wp-content/themes/twentynineteen/style-rtl.css
5449 5449 } 5450 5450 } 5451 5451 5452 .entry .entry-content p.has-background {5453 padding: 20px 30px;5454 }5455 5456 5452 .entry .entry-content .wp-block-audio { 5457 5453 width: 100%; 5458 5454 } -
wp-content/themes/twentynineteen/style.css
5461 5461 } 5462 5462 } 5463 5463 5464 .entry .entry-content p.has-background {5465 padding: 20px 30px;5466 }5467 5468 5464 .entry .entry-content .wp-block-audio { 5469 5465 width: 100%; 5470 5466 } -
wp-content/themes/twentytwentyone/assets/css/ie-editor.css
1488 1488 line-height: 1.7; 1489 1489 } 1490 1490 1491 p.has-background {1492 padding: 20px;1493 }1494 1495 1491 pre.wp-block-preformatted { 1496 1492 overflow-x: auto; 1497 1493 white-space: pre !important; -
wp-content/themes/twentytwentyone/assets/css/ie.css
3633 3633 line-height: 1.7; 3634 3634 } 3635 3635 3636 p.has-background {3637 padding: 20px;3638 }3639 3640 3636 p.has-text-color a { 3641 3637 color: #28303d; 3642 3638 } -
wp-content/themes/twentytwentyone/assets/css/style-editor.css
1400 1400 line-height: var(--wp--typography--line-height, var(--global--line-height-body)); 1401 1401 } 1402 1402 1403 p.has-background {1404 padding: var(--global--spacing-unit);1405 }1406 1407 1403 pre.wp-block-preformatted { 1408 1404 overflow-x: auto; 1409 1405 white-space: pre !important; -
wp-content/themes/twentytwentyone/style-rtl.css
2792 2792 line-height: var(--wp--typography--line-height, var(--global--line-height-body)); 2793 2793 } 2794 2794 2795 p.has-background {2796 padding: var(--global--spacing-unit);2797 }2798 2799 2795 p.has-text-color a { 2800 2796 color: var(--wp--style--color--link, var(--global--color-primary)); 2801 2797 } -
wp-content/themes/twentytwentyone/style.css
2802 2802 line-height: var(--wp--typography--line-height, var(--global--line-height-body)); 2803 2803 } 2804 2804 2805 p.has-background {2806 padding: var(--global--spacing-unit);2807 }2808 2809 2805 p.has-text-color a { 2810 2806 color: var(--wp--style--color--link, var(--global--color-primary)); 2811 2807 } -
wp-includes/blocks/paragraph/style-rtl.css
33 33 overflow:hidden; 34 34 } 35 35 36 p.has-background{37 padding:1.25em 2.375em;38 }39 40 36 :where(p.has-text-color:not(.has-link-color)) a{ 41 37 color:inherit; 42 38 } 43 No newline at end of file -
wp-includes/blocks/paragraph/style.css
33 33 overflow:hidden; 34 34 } 35 35 36 p.has-background{37 padding:1.25em 2.375em;38 }39 40 36 :where(p.has-text-color:not(.has-link-color)) a{ 41 37 color:inherit; 42 38 } 43 No newline at end of file -
wp-includes/css/dist/block-library/style-rtl.css
2078 2078 overflow:hidden; 2079 2079 } 2080 2080 2081 p.has-background{2082 padding:1.25em 2.375em;2083 }2084 2085 2081 :where(p.has-text-color:not(.has-link-color)) a{ 2086 2082 color:inherit; 2087 2083 } -
wp-includes/css/dist/block-library/style.css
2078 2078 overflow:hidden; 2079 2079 } 2080 2080 2081 p.has-background{2082 padding:1.25em 2.375em;2083 }2084 2085 2081 :where(p.has-text-color:not(.has-link-color)) a{ 2086 2082 color:inherit; 2087 2083 }