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

git-svn-id: http://core.svn.wordpress.org/trunk@21637 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2012-08-28 01:29:16 +00:00
parent 0b117e1ae0
commit 18933e9713
1 changed files with 3 additions and 0 deletions

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 {