mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 01:00:04 +00:00
Twenty Eleven: updating editor styles to match main stylesheet
git-svn-id: https://develop.svn.wordpress.org/trunk@18182 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -234,17 +234,18 @@ td {
|
||||
}
|
||||
|
||||
/* Images */
|
||||
img.size-auto,
|
||||
img.size-large,
|
||||
img.size-full,
|
||||
img.size-medium,
|
||||
img.size-thumbnail {
|
||||
img[class*="wp-image-"] {
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
img.size-full {
|
||||
width: auto; /* Prevent stretching of full-size images in IE8 */
|
||||
}
|
||||
img.wp-smiley {
|
||||
border: none;
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
padding: 0;
|
||||
}
|
||||
p img,
|
||||
.wp-caption {
|
||||
@@ -293,9 +294,9 @@ img.aligncenter {
|
||||
left: 10px;
|
||||
top: 7px;
|
||||
}
|
||||
a:focus img,
|
||||
a:hover img,
|
||||
a:active img {
|
||||
a:focus img[class*="wp-image-"],
|
||||
a:hover img[class*="wp-image-"],
|
||||
a:active img[class*="wp-image-"] {
|
||||
background: #eee;
|
||||
border-color: #bbb;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user