Ticket #46785: 46785.patch
File 46785.patch, 681 bytes (added by , 4 years ago) |
---|
-
src/wp-content/themes/twentyseventeen/assets/css/blocks.css
53 53 } 54 54 55 55 .wp-block-image figure.alignleft { 56 margin-top: 0; 56 57 margin-right: 1.5em; 57 58 } 58 59 59 60 .wp-block-image figure.alignright { 61 margin-top: 0; 60 62 margin-left: 1.5em; 61 63 } 62 64 65 .entry-content > .wp-block-image:first-child figure.alignleft, 66 .entry-content > .wp-block-image:first-child figure.alignright { 67 margin-top: 1.5em; 68 } 69 63 70 /* Gallery */ 64 71 65 72 .wp-block-gallery {