mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-07 02:30:10 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user