Twenty Eleven: updating editor styles to match main stylesheet
git-svn-id: http://svn.automattic.com/wordpress/trunk@18182 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
af7b7c70ab
commit
8c1ace0e1f
|
@ -234,17 +234,18 @@ td {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
img.size-auto,
|
img[class*="wp-image-"] {
|
||||||
img.size-large,
|
|
||||||
img.size-full,
|
|
||||||
img.size-medium,
|
|
||||||
img.size-thumbnail {
|
|
||||||
height: auto;
|
height: auto;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
img.size-full {
|
||||||
|
width: auto; /* Prevent stretching of full-size images in IE8 */
|
||||||
|
}
|
||||||
img.wp-smiley {
|
img.wp-smiley {
|
||||||
|
border: none;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
p img,
|
p img,
|
||||||
.wp-caption {
|
.wp-caption {
|
||||||
|
@ -293,9 +294,9 @@ img.aligncenter {
|
||||||
left: 10px;
|
left: 10px;
|
||||||
top: 7px;
|
top: 7px;
|
||||||
}
|
}
|
||||||
a:focus img,
|
a:focus img[class*="wp-image-"],
|
||||||
a:hover img,
|
a:hover img[class*="wp-image-"],
|
||||||
a:active img {
|
a:active img[class*="wp-image-"] {
|
||||||
background: #eee;
|
background: #eee;
|
||||||
border-color: #bbb;
|
border-color: #bbb;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue