Ticket #45715: 45715.patch
File 45715.patch, 1.2 KB (added by , 6 years ago) |
---|
-
src/wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss
200 200 201 201 &:after { 202 202 content: "\02192"; 203 display: inline-block; 203 204 margin-left: 0.5em; 204 205 } 205 206 -
src/wp-content/themes/twentynineteen/style-rtl.css
2614 2614 2615 2615 .entry .entry-content .more-link:after { 2616 2616 content: "\02192"; 2617 display: inline-block; 2617 2618 margin-right: 0.5em; 2618 2619 } 2619 2620 -
src/wp-content/themes/twentynineteen/style.css
2620 2620 2621 2621 .entry .entry-content .more-link:after { 2622 2622 content: "\02192"; 2623 display: inline-block; 2623 2624 margin-left: 0.5em; 2624 2625 } 2625 2626