Ticket #52545: 52545.diff
File 52545.diff, 551 bytes (added by , 4 years ago) |
---|
-
src/wp-content/themes/twentyten/blocks.css
50 50 51 51 /* Image */ 52 52 53 .wp-block-image figure { 54 margin-bottom: 24px; 53 .wp-block-image { 54 margin-inline-start: 0; 55 margin-inline-end: 0; 55 56 } 56 57 57 58 .wp-block-image figcaption { … … 65 66 margin: 0; 66 67 } 67 68 69 .wp-block-image img { 70 height: auto; 71 } 72 68 73 /* Gallery */ 69 74 70 75 .wp-block-gallery {