Changeset 18182
- Timestamp:
- 06/07/2011 09:45:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/editor-style.css
r18132 r18182 235 235 236 236 /* Images */ 237 img.size-auto, 238 img.size-large, 239 img.size-full, 240 img.size-medium, 241 img.size-thumbnail { 237 img[class*="wp-image-"] { 242 238 height: auto; 243 239 max-width: 100%; 244 240 } 241 img.size-full { 242 width: auto; /* Prevent stretching of full-size images in IE8 */ 243 } 245 244 img.wp-smiley { 245 border: none; 246 246 margin-bottom: 0; 247 247 margin-top: 0; 248 padding: 0; 248 249 } 249 250 p img, … … 294 295 top: 7px; 295 296 } 296 a:focus img ,297 a:hover img ,298 a:active img {297 a:focus img[class*="wp-image-"], 298 a:hover img[class*="wp-image-"], 299 a:active img[class*="wp-image-"] { 299 300 background: #eee; 300 301 border-color: #bbb;
Note: See TracChangeset
for help on using the changeset viewer.