Ticket #58097: 58097.patch
File 58097.patch, 1.5 KB (added by , 17 months ago) |
---|
-
wp-content/themes/twentytwentyone/style.css
5909 5909 .is-IE .post-thumbnail .wp-post-image { 5910 5910 min-width: auto; 5911 5911 } 5912 5913 5914 @media only screen and (max-width: 768px) { 5915 .pagination .page-numbers, .comments-pagination .page-numbers { 5916 display: block; 5917 } 5918 } -
wp-content/themes/twentytwentythree/theme.json
652 652 "typography": { 653 653 "fontSize": "var(--wp--preset--font-size--medium)", 654 654 "fontWeight": "700", 655 "textTransform": "uppercase"655 // "textTransform": "uppercase" 656 656 } 657 657 }, 658 658 "h6": { 659 659 "typography": { 660 660 "fontSize": "var(--wp--preset--font-size--medium)", 661 "textTransform": "uppercase"661 // "textTransform": "uppercase" 662 662 } 663 663 }, 664 664 "heading": { -
wp-content/themes/twentytwentytwo/style.css
146 146 padding-left: var(--wp--custom--spacing--outer); 147 147 } 148 148 149 .wp-block-post-comments .commentlist li.comment { 150 margin-bottom: 20px; 151 } 152 No newline at end of file