Changeset 33418
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/css/editor-style.css
r32231 r33418 16 16 * 7.0 - Audio / Video 17 17 * 8.0 - RTL 18 * 9.0 - Media Queries19 18 */ 20 19 … … 298 297 border: 0; 299 298 height: auto; 300 max-width: 660px;299 max-width: 100%; 301 300 vertical-align: middle; 302 301 } … … 348 347 font-family: "Noto Sans", sans-serif; 349 348 margin: 0 0 28px 0; 350 max-width: 660px;349 max-width: 100%; 351 350 padding: 0; 352 351 text-align: inherit; … … 477 476 text-align: right; 478 477 } 479 480 481 /**482 * 9.0 Media Queries483 */484 485 @media screen and (max-width: 740px) {486 body, img, .wp-caption {487 max-width: 100%;488 }489 490 img, .wp-caption {491 width: auto !important;492 }493 } -
trunk/src/wp-content/themes/twentyfourteen/css/editor-style.css
r32094 r33418 18 18 * 9.0 - Audio/Video 19 19 * 10.0 - RTL 20 * 11.0 - Media Queries21 20 * ---------------------------------------------------------------------------- 22 21 */ … … 381 380 img { 382 381 height: auto; 383 max-width: 474px;382 max-width: 100%; 384 383 vertical-align: middle; 385 384 } … … 390 389 color: #767676; 391 390 margin: 0 0 24px 0; 392 max-width: 474px;391 max-width: 100%; 393 392 padding: 0; 394 393 text-align: left; … … 721 720 text-align: right; 722 721 } 723 724 725 /**726 * 11.0 Media Queries727 */728 729 @media screen and (max-width: 494px) {730 body, img, .wp-caption {731 max-width: 100%;732 }733 734 img, .wp-caption {735 width: auto !important;736 }737 } -
trunk/src/wp-content/themes/twentythirteen/css/editor-style.css
r31849 r33418 19 19 * 10.0 - Post Formats 20 20 * 11.0 - RTL 21 * 12.0 - Media Queries22 21 * ---------------------------------------------------------------------------- 23 22 */ … … 771 770 content: none; 772 771 } 773 774 775 /**776 * 12.0 Media Queries777 */778 779 @media screen and (max-width: 604px) {780 body, img, .wp-caption {781 max-width: 100%;782 }783 784 img, .wp-caption {785 width: auto !important;786 }787 } -
trunk/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css
r33417 r33418 142 142 box-shadow: none; 143 143 width: 96%; 144 min-width: 96%;145 144 height: 16px; 146 145 display: block;
Note: See TracChangeset
for help on using the changeset viewer.