Ticket #18941: 18968-responsive-embed-object-iframe-move.diff
File 18968-responsive-embed-object-iframe-move.diff, 692 bytes (added by , 14 years ago) |
---|
-
wp-content/themes/twentyeleven/style.css
956 956 border-color: #ddd; 957 957 } 958 958 959 /* Make sure embeds and iframes fit their containers */ 960 embed, 961 iframe, 962 object { 963 max-width: 100%; 964 } 965 959 966 /* Password Protected Posts */ 960 967 .post-password-required .entry-header .comments-link { 961 968 margin: 1.625em 0 0; … … 2348 2355 margin-right: 0; 2349 2356 width: auto; 2350 2357 } 2351 /* Make sure embeds fit their containers */2352 embed,2353 object {2354 max-width: 100%;2355 }2356 2358 2357 2359 } 2358 2360 @media (max-width: 650px) {