Make WordPress Core

Changeset 18182


Ignore:
Timestamp:
06/07/2011 09:45:34 PM (15 years ago)
Author:
iandstewart
Message:

Twenty Eleven: updating editor styles to match main stylesheet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyeleven/editor-style.css

    r18132 r18182  
    235235
    236236/* Images */
    237 img.size-auto,
    238 img.size-large,
    239 img.size-full,
    240 img.size-medium,
    241 img.size-thumbnail {
     237img[class*="wp-image-"] {
    242238    height: auto;
    243239    max-width: 100%;
    244240}
     241img.size-full {
     242    width: auto; /* Prevent stretching of full-size images in IE8 */
     243}
    245244img.wp-smiley {
     245    border: none;
    246246    margin-bottom: 0;
    247247    margin-top: 0;
     248    padding: 0;
    248249}
    249250p img,
     
    294295    top: 7px;
    295296}
    296 a:focus img,
    297 a:hover img,
    298 a:active img {
     297a:focus img[class*="wp-image-"],
     298a:hover img[class*="wp-image-"],
     299a:active img[class*="wp-image-"] {
    299300    background: #eee;
    300301    border-color: #bbb;
Note: See TracChangeset for help on using the changeset viewer.