mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-27 16:04:31 +00:00
Make sure embeds and iframes fit their containers in Twenty Eleven. props matveb, fixes #18941.
git-svn-id: https://develop.svn.wordpress.org/trunk@19291 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -956,6 +956,13 @@ a:active img[class*="wp-image-"],
|
||||
border-color: #ddd;
|
||||
}
|
||||
|
||||
/* Make sure embeds and iframes fit their containers */
|
||||
embed,
|
||||
iframe,
|
||||
object {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/* Password Protected Posts */
|
||||
.post-password-required .entry-header .comments-link {
|
||||
margin: 1.625em 0 0;
|
||||
@@ -2348,11 +2355,6 @@ p.comment-form-comment {
|
||||
margin-right: 0;
|
||||
width: auto;
|
||||
}
|
||||
/* Make sure embeds fit their containers */
|
||||
embed,
|
||||
object {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
@media (max-width: 650px) {
|
||||
|
||||
Reference in New Issue
Block a user