Ticket #31253: 31253.3.patch
File 31253.3.patch, 589 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/js/tinymce/skins/wordpress/wp-content.css
75 75 text-align: center; 76 76 } 77 77 78 img { 79 height: auto; 80 max-width: 100%; 81 } 82 78 83 .wp-caption { 79 margin: 0; 84 margin: 0; /* browser reset */ 85 max-width: 100%; 86 } 87 88 /* iOS does not obey max-width if width is set. */ 89 .ios .wp-caption { 90 width: auto !important; 80 91 } 81 92 82 93 .wp-caption img {