Ticket #63386: 63386.center.patch
File 63386.center.patch, 814 bytes (added by , 5 weeks ago) |
---|
-
src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
777 777 /* Archives, Categories & Latest Posts */ 778 778 779 779 [data-align="center"] .wp-block-archives ul, 780 [data-align="center"] ul.wp-block-categories, 780 781 [data-align="center"] .wp-block-categories ul, 782 [data-align="center"] ul.wp-block-latest-posts, 781 783 [data-align="center"] .wp-block-latest-posts ul { 782 784 list-style-position: inside; 785 text-align: center; 783 786 } 784 787 788 [data-align="center"] ul.wp-block-archives { 789 padding: 0; 790 } 791 785 792 /* Latest Comments */ 786 793 787 794 .wp-block-latest-comments article {