Ticket #16141: format-styles.diff
| File format-styles.diff, 1.1 KB (added by , 15 years ago) |
|---|
-
wp-content/themes/twentyten/style.css
714 714 /* =Asides 715 715 -------------------------------------------------------------- */ 716 716 717 .home #content .format-aside p, 717 718 .home #content .category-asides p { 718 719 font-size: 14px; 719 720 line-height: 20px; 720 721 margin-bottom: 10px; 721 722 margin-top: 0; 722 723 } 724 .home .hentry.format-aside, 723 725 .home .hentry.category-asides { 724 726 padding: 0; 725 727 } 728 .home #content .format-aside .entry-content, 726 729 .home #content .category-asides .entry-content { 727 730 padding-top: 0; 728 731 } … … 731 734 /* =Gallery listing 732 735 -------------------------------------------------------------- */ 733 736 737 .format-gallery .size-thumbnail img, 734 738 .category-gallery .size-thumbnail img { 735 739 border: 10px solid #f1f1f1; 736 740 margin-bottom: 0; 737 741 } 742 .format-gallery .gallery-thumb, 738 743 .category-gallery .gallery-thumb { 739 744 float: left; 740 745 margin-right: 20px; 741 746 margin-top: -4px; 742 747 } 748 .home #content .format-gallery .entry-utility, 743 749 .home #content .category-gallery .entry-utility { 744 750 padding-top: 4px; 745 751 }