Ticket #24524: 24524.diff
File 24524.diff, 3.8 KB (added by , 12 years ago) |
---|
-
wp-content/themes/twentythirteen/rtl.css
221 221 display: inline; 222 222 } 223 223 224 .gallery-columns-1 .gallery-item:nth-of-type(1n),225 .gallery-columns-2 .gallery-item:nth-of-type(2n),226 .gallery-columns-3 .gallery-item:nth-of-type(3n),227 .gallery-columns-4 .gallery-item:nth-of-type(4n),228 .gallery-columns-5 .gallery-item:nth-of-type(5n),229 .gallery-columns-6 .gallery-item:nth-of-type(6n),230 .gallery-columns-7 .gallery-item:nth-of-type(7n),231 .gallery-columns-8 .gallery-item:nth-of-type(8n),232 .gallery-columns-9 .gallery-item:nth-of-type(9n) {233 margin-left: 0;234 margin-right: 4px;235 }236 237 224 238 225 /** 239 226 * 5.5 Post Formats … … 682 669 } 683 670 684 671 @media (max-width: 643px) { 672 .sidebar .entry-header, 673 .sidebar .entry-content, 674 .sidebar .entry-summary, 675 .sidebar .entry-meta, 676 .sidebar .comment-list, 677 .sidebar .comment-navigation, 678 .sidebar .featured-gallery, 679 .sidebar .post-navigation .nav-links, 680 .sidebar .format-image .entry-content { 681 padding-left: 20px; 682 padding-right: 20px; 683 } 684 685 685 #content .format-status .entry-content, 686 686 #content .format-status .entry-met { 687 687 padding-left: 0; … … 745 745 .archive .format-gallery .gallery-item, 746 746 .search .format-gallery .gallery-item, 747 747 .single .gallery.gallery-columns-3 .gallery-item:nth-of-type(even), 748 .gallery-columns-3 .gallery-item:nth-of-type(3n), 748 749 .gallery-columns-5 .gallery-item:nth-of-type(5n), 749 750 .gallery-columns-7 .gallery-item:nth-of-type(7n), 750 751 .gallery-columns-9 .gallery-item:nth-of-type(9n) { 751 margin-left: 2%;752 margin-left: 4px; 752 753 margin-right: auto; 753 754 } 754 755 755 756 .blog .format-gallery .gallery-item:nth-of-type(odd), 756 757 .archive .format-gallery .gallery-item:nth-of-type(odd), 757 758 .search .format-gallery .gallery-item:nth-of-type(odd), 758 .single .gallery .gallery-item:nth-of-type(even), 759 .single .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n) { 759 .single .gallery .gallery-item:nth-of-type(even) { 760 760 margin-left: 0; 761 761 margin-right: auto; 762 762 } 763 764 .comment-author .avatar { 765 margin-left: 5px; 766 margin-right: auto; 767 } 763 768 } 764 769 765 770 -
wp-content/themes/twentythirteen/style.css
2761 2761 padding-right: 0; 2762 2762 } 2763 2763 2764 .sidebar.author .author-info {2765 padding: 30px 0 10px;2766 }2767 2768 2764 .sidebar .site-info, 2769 2765 .search.sidebar .page-content, 2770 2766 .blog.sidebar .page-content, … … 2879 2875 .blog.sidebar .page-content, 2880 2876 .sidebar .post-navigation .nav-links, 2881 2877 .paging-navigation .nav-links, 2882 .author.author-info,2878 #content .author-info, 2883 2879 .comments-area .comments-title, 2884 2880 .comments-area .comment-list, 2885 2881 .comments-area .comment-navigation, … … 3049 3045 .blog .format-gallery .gallery-item, 3050 3046 .archive .format-gallery .gallery-item, 3051 3047 .search .format-gallery .gallery-item { 3052 margin-bottom: 2%;3053 margin-right: 2%;3054 3048 max-width: none; 3055 3049 width: 49%; 3050 width: -webkit-calc(50% - 4px); 3051 width: calc(50% - 4px); 3056 3052 } 3057 3053 3058 3054 .single .gallery-columns-1.gallery-size-medium, … … 3069 3065 .archive .format-gallery .gallery-item:first-child, 3070 3066 .search .format-gallery .gallery-item:first-child { 3071 3067 text-align: center; 3072 width: 100%; 3068 width: 98%; 3069 width: -webkit-calc(100% - 4px); 3070 width: calc(100% - 4px); 3073 3071 } 3074 3072 3075 3073 .gallery-columns-3 .gallery-item:nth-of-type(3n), 3076 3074 .gallery-columns-5 .gallery-item:nth-of-type(5n), 3077 3075 .gallery-columns-7 .gallery-item:nth-of-type(7n), 3078 3076 .gallery-columns-9 .gallery-item:nth-of-type(9n) { 3079 margin-right: 2%;3077 margin-right: 4px; 3080 3078 } 3081 3079 3082 . single .gallery br {3080 .gallery br { 3083 3081 display: none; 3084 3082 } 3085 3083