Ticket #31253: 31253.patch
File 31253.patch, 773 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 71 76 .aligncenter, 72 77 dl.aligncenter, 73 78 .html5-captions .wp-caption.aligncenter { … … 125 130 margin: 0; 126 131 } 127 132 133 /* iOS does not obey max-width if width is set. */ 134 .ios .wp-caption { 135 width: auto !important; 136 } 137 138 .ios .wp-caption.aligncenter { 139 text-align: center; 140 } 141 128 142 /* Remove blue highlighting of selected images in WebKit */ 129 143 img::selection { 130 144 background-color: transparent;