]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentyeleven/editor-style.css
Wordpress 3.2.1
[autoinstalls/wordpress.git] / wp-content / themes / twentyeleven / editor-style.css
index ada4be932f8623bfe779d5e0cebe960d694af7a8..2641a077afedd437640deda61a39defbafacf938 100644 (file)
@@ -7,7 +7,7 @@ html .mceContentBody {
        max-width: 584px;
 }
 * {
-       color: #333;
+       color: inherit;
        font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-style: inherit;
        font-weight: inherit;
@@ -99,16 +99,19 @@ cite {
 big {
        font-size: 131.25%;
 }
-blockquote {
+.mceContentBody blockquote,
+.mceContentBody blockquote p {
        font-family: Georgia, "Bitstream Charter", serif !important;
        font-style: italic !important;
        font-weight: normal;
        margin: 0 3em;
 }
-blockquote em, blockquote i, blockquote cite {
+.mceContentBody blockquote em,
+.mceContentBody blockquote i,
+.mceContentBody blockquote cite {
        font-style: normal;
 }
-blockquote cite {
+.mceContentBody blockquote cite {
        color: #666;
        font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 300;
@@ -236,7 +239,7 @@ td {
 /* Images */
 img[class*="wp-image-"] {
        height: auto;
-       max-width: 100%;
+       max-width: 97.5%;
 }
 img.size-full {
        width: auto; /* Prevent stretching of full-size images in IE8 */