Changeset 24159
- Timestamp:
- 05/02/2013 08:25:24 PM (11 years ago)
- Location:
- trunk/wp-content/themes/twentythirteen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/rtl.css
r24074 r24159 324 324 */ 325 325 326 .entry-media a, 327 .entry-content a { 328 display: inline; 329 } 330 326 331 .format-aside cite:before { 327 332 content: normal; -
trunk/wp-content/themes/twentythirteen/style.css
r24153 r24159 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, … … 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, … … 680 680 } 681 681 682 .entry-media img, 682 683 img.size-full, 683 684 img.size-large, … … 1423 1424 } 1424 1425 1425 .entry-media > *, .entry-media > * > img { 1426 display: block; 1426 .entry-media .wp-caption, 1427 .entry-media .wp-caption-text, 1428 .entry-media [class*="align"] { 1427 1429 margin: 0 auto; 1428 max-width: 100%;1429 1430 } 1430 1431 … … 2756 2757 } 2757 2758 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 { 2759 .error404 .page-header { 2765 2760 margin-left: auto; 2766 2761 max-width: 604px; … … 2820 2815 .author.sidebar .author-info, 2821 2816 .format-audio .entry-media, 2822 .sidebar .format-audio .entry-media, 2823 .sidebar .format-image .entry-content { 2817 .sidebar .format-audio .entry-media { 2824 2818 max-width: 604px; 2825 2819 padding-left: 0; … … 2922 2916 .entry-content .wp-caption.alignright { 2923 2917 margin-right: 0; 2924 }2925 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 2918 } 2932 2919
Note: See TracChangeset
for help on using the changeset viewer.