Make WordPress Core

Ticket #16141: format-styles.diff

File format-styles.diff, 1.1 KB (added by iandstewart, 15 years ago)
  • wp-content/themes/twentyten/style.css

     
    714714/* =Asides
    715715-------------------------------------------------------------- */
    716716
     717.home #content .format-aside p,
    717718.home #content .category-asides p {
    718719        font-size: 14px;
    719720        line-height: 20px;
    720721        margin-bottom: 10px;
    721722        margin-top: 0;
    722723}
     724.home .hentry.format-aside,
    723725.home .hentry.category-asides {
    724726        padding: 0;
    725727}
     728.home #content .format-aside .entry-content,
    726729.home #content .category-asides .entry-content {
    727730        padding-top: 0;
    728731}
     
    731734/* =Gallery listing
    732735-------------------------------------------------------------- */
    733736
     737.format-gallery .size-thumbnail img,
    734738.category-gallery .size-thumbnail img {
    735739        border: 10px solid #f1f1f1;
    736740        margin-bottom: 0;
    737741}
     742.format-gallery .gallery-thumb,
    738743.category-gallery .gallery-thumb {
    739744        float: left;
    740745        margin-right: 20px;
    741746        margin-top: -4px;
    742747}
     748.home #content .format-gallery .entry-utility,
    743749.home #content .category-gallery .entry-utility {
    744750        padding-top: 4px;
    745751}