Twenty Eleven: add rule to force override the fixed width for Twitter embeds. Props kovshenin, fixes #21680; see also r21637.

git-svn-id: https://develop.svn.wordpress.org/trunk@22196 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2012-10-11 20:10:47 +00:00
parent 23e63d1cbc
commit 9653d6f7ef
1 changed files with 4 additions and 1 deletions

View File

@ -962,12 +962,15 @@ a:active img[class*="wp-image-"],
border-color: #ddd;
}
/* Make sure embeds and iframes fit their containers */
/* Make sure videos and embeds fit their containers */
embed,
iframe,
object {
max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
max-width: 100% !important; /* Override the Twitter embed fixed width */
}
/* Password Protected Posts */
.post-password-required .entry-header .comments-link {