Twenty Twelve: add rule to force override the fixed width for Twitter embeds. Props kovshenin, see #21680.

git-svn-id: https://develop.svn.wordpress.org/trunk@21637 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2012-08-28 01:29:16 +00:00
parent 0e13c1d7d0
commit c93e79d25a

View File

@ -297,6 +297,9 @@ object,
video {
max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
max-width: 100% !important; /* Override the Twitter embed fixed width */
}
/* Images */
.alignleft {