Make WordPress Core

Changeset 18411


Ignore:
Timestamp:
07/11/2011 05:29:35 AM (13 years ago)
Author:
nacin
Message:

Twenty Eleven: Update editor style for blockquotes and images. props iandstewart, fixes #18008 for 3.2.

File:
1 edited

Legend:

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

    r18182 r18411  
    100100    font-size: 131.25%;
    101101}
    102 blockquote {
     102.mceContentBody blockquote,
     103.mceContentBody blockquote p {
    103104    font-family: Georgia, "Bitstream Charter", serif !important;
    104105    font-style: italic !important;
     
    106107    margin: 0 3em;
    107108}
    108 blockquote em, blockquote i, blockquote cite {
     109.mceContentBody blockquote em,
     110.mceContentBody blockquote i,
     111.mceContentBody blockquote cite {
    109112    font-style: normal;
    110113}
    111 blockquote cite {
     114.mceContentBody blockquote cite {
    112115    color: #666;
    113116    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
     
    237240img[class*="wp-image-"] {
    238241    height: auto;
    239     max-width: 100%;
     242    max-width: 97.5%;
    240243}
    241244img.size-full {
Note: See TracChangeset for help on using the changeset viewer.