Ticket #31253: 31253.2.patch
File 31253.2.patch, 801 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/js/tinymce/skins/wordpress/wp-content.css
68 68 background: transparent; 69 69 } 70 70 71 img, 72 .wp-caption { 73 max-width: 100%; 74 } 75 76 img { 77 height: auto; 78 } 79 71 80 .aligncenter, 72 81 dl.aligncenter, 73 82 .html5-captions .wp-caption.aligncenter { … … 125 134 margin: 0; 126 135 } 127 136 137 /* iOS does not obey max-width if width is set. */ 138 .ios .wp-caption { 139 width: auto !important; 140 } 141 142 .ios .wp-caption.aligncenter { 143 text-align: center; 144 } 145 128 146 /* Remove blue highlighting of selected images in WebKit */ 129 147 img::selection { 130 148 background-color: transparent;