Ticket #52545: 52545.2.diff
File 52545.2.diff, 600 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-block-start: 0; 55 margin-block-end: 0; 56 margin-inline-start: 0; 57 margin-inline-end: 0; 55 58 } 56 59 57 60 .wp-block-image figcaption { … … 65 68 margin: 0; 66 69 } 67 70 71 .wp-block-image img { 72 height: auto; 73 } 74 68 75 /* Gallery */ 69 76 70 77 .wp-block-gallery {