Ticket #24198: 24198.diff
| File 24198.diff, 2.9 KB (added by , 13 years ago) |
|---|
-
wp-content/themes/twentythirteen/rtl.css
322 322 * 5.5 Post Formats 323 323 * ---------------------------------------------------------------------------- 324 324 */ 325 .entry-media a, 326 .entry-content a { 327 display: inline; 328 } 325 329 326 330 .format-aside cite:before { 327 331 content: normal; -
wp-content/themes/twentythirteen/style.css
502 502 503 503 /* Clearing floats */ 504 504 .clear:after, 505 . format-audio .entry-media:after,505 .entry-media:after, 506 506 .attachment .entry-header:after, 507 507 .site-footer .widget-area:after, 508 508 .entry-content:after, … … 516 516 517 517 .clear:before, 518 518 .clear:after, 519 . format-audio .entry-media:before,520 . format-audio .entry-media:after,519 .entry-media:before, 520 .entry-media:after, 521 521 .attachment .entry-header:before, 522 522 .attachment .entry-header:after, 523 523 .site-footer .widget-area:before, … … 661 661 * 662 662 * Fluid images for posts, comments, and widgets 663 663 */ 664 .entry-content img,665 .entry-summary img,666 664 .comment-content img, 667 665 .widget img, 668 666 .wp-caption { … … 670 668 } 671 669 672 670 /* Make sure images with WordPress-added height and width attributes are scaled correctly. */ 673 .entry-content img,674 .entry-summary img,675 671 .comment-content img[height], 676 672 img[class*="align"], 677 673 img[class*="wp-image-"], … … 679 675 height: auto; 680 676 } 681 677 678 .entry-media img, 679 .entry-content img, 680 .entry-summary img, 682 681 img.size-full, 683 682 img.size-large, 684 683 img.wp-post-image { … … 1422 1421 padding: 0 316px 0 0; 1423 1422 } 1424 1423 1425 .entry-media > *, .entry-media > * > img { 1426 display: block; 1424 .entry-media .wp-caption, 1425 .entry-media .wp-caption-text, 1426 .entry-media [class*="align"] { 1427 1427 margin: 0 auto; 1428 max-width: 100%;1429 1428 } 1430 1429 1431 1430 /* Aside */ … … 2755 2754 margin-right: 0; 2756 2755 } 2757 2756 2758 .sidebar .format-image .entry-content .size-full { 2759 margin: 0; 2760 } 2761 2762 .error404 .page-header, 2763 .sidebar .format-image .entry-content img.size-full, 2764 .sidebar .format-image .wp-caption:first-child .wp-caption-text { 2757 .error404 .page-header { 2765 2758 margin-left: auto; 2766 2759 max-width: 604px; 2767 2760 width: 100%; … … 2819 2812 .sidebar .post-navigation .nav-links, 2820 2813 .author.sidebar .author-info, 2821 2814 .format-audio .entry-media, 2822 .sidebar .format-audio .entry-media, 2823 .sidebar .format-image .entry-content { 2815 .sidebar .format-audio .entry-media { 2824 2816 max-width: 604px; 2825 2817 padding-left: 0; 2826 2818 padding-right: 0; … … 2923 2915 margin-right: 0; 2924 2916 } 2925 2917 2926 .format-image .entry-content img:first-of-type,2927 .format-image .wp-caption:first-child .wp-caption-text {2928 margin-left: auto;2929 max-width: 604px;2930 width: 100%;2931 }2932 2933 2918 .entry-media, 2934 2919 .sidebar .entry-media { 2935 2920 max-width: 604px;