Ticket #59334: 59334.patch
File 59334.patch, 1.3 KB (added by , 20 months ago) |
---|
-
wp-content/themes/twentynineteen/style.css
6618 6618 .gallery-item > div > a:focus { 6619 6619 box-shadow: 0 0 0 2px #0073aa; 6620 6620 } 6621 /** 6622 * Comment Title 6623 */ 6624 .comment-reply-title small{ 6625 margin-left: 10px 6626 } 6627 No newline at end of file -
wp-content/themes/twentyseventeen/style.css
4371 4371 padding: 0; 4372 4372 } 4373 4373 } 4374 4375 /** 4376 * Comment Title 4377 */ 4378 .comment-reply-title small{ 4379 margin-left: 10px 4380 } 4381 No newline at end of file -
wp-content/themes/twentytwentytwo/style.css
159 159 .wp-block-post-comments ol.commentlist li.comment:not(:last-child) { 160 160 margin-bottom: 1rem; 161 161 } 162 /** 163 * Comment Title 164 */ 165 .comment-reply-title small{ 166 margin-left: 10px 167 } 168 No newline at end of file