Twenty Eleven: Update editor style for blockquotes and images. props iandstewart, fixes #18008 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18410 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ddd86fcfba
commit
08c6f34a11
|
@ -99,16 +99,19 @@ cite {
|
||||||
big {
|
big {
|
||||||
font-size: 131.25%;
|
font-size: 131.25%;
|
||||||
}
|
}
|
||||||
blockquote {
|
.mceContentBody blockquote,
|
||||||
|
.mceContentBody blockquote p {
|
||||||
font-family: Georgia, "Bitstream Charter", serif !important;
|
font-family: Georgia, "Bitstream Charter", serif !important;
|
||||||
font-style: italic !important;
|
font-style: italic !important;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin: 0 3em;
|
margin: 0 3em;
|
||||||
}
|
}
|
||||||
blockquote em, blockquote i, blockquote cite {
|
.mceContentBody blockquote em,
|
||||||
|
.mceContentBody blockquote i,
|
||||||
|
.mceContentBody blockquote cite {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
blockquote cite {
|
.mceContentBody blockquote cite {
|
||||||
color: #666;
|
color: #666;
|
||||||
font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
@ -236,7 +239,7 @@ td {
|
||||||
/* Images */
|
/* Images */
|
||||||
img[class*="wp-image-"] {
|
img[class*="wp-image-"] {
|
||||||
height: auto;
|
height: auto;
|
||||||
max-width: 100%;
|
max-width: 97.5%;
|
||||||
}
|
}
|
||||||
img.size-full {
|
img.size-full {
|
||||||
width: auto; /* Prevent stretching of full-size images in IE8 */
|
width: auto; /* Prevent stretching of full-size images in IE8 */
|
||||||
|
|
Loading…
Reference in New Issue