Make WordPress Core

Changeset 23829


Ignore:
Timestamp:
03/27/2013 10:28:31 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: refresh Quote post format styles based on new default markup, see r23822. Props obenland, fixes #23852.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentythirteen/style.css

    r23828 r23829  
    263263
    264264blockquote cite,
    265 blockquote small {
     265blockquote small,
     266.quote-caption {
    266267    font-size: 14px;
    267268    font-weight: normal;
     
    11701171
    11711172.entry-content blockquote cite,
    1172 .entry-content blockquote small {
     1173.entry-content blockquote small,
     1174.entry-content .quote-caption {
    11731175    font-size: 16px;
    11741176}
     
    17531755
    17541756.format-quote .quote-caption,
    1755 .format-quote .entry-content small,
    1756 .format-quote .entry-content cite {
     1757.format-quote blockquote small,
     1758.format-quote blockquote cite {
    17571759    display: block;
    17581760    font-size: 16px;
    1759     margin-top: 20px;
    1760 }
    1761 
    1762 .format-quote .quote-caption small,
    1763 .format-quote .quote-caption cite {
    1764     display: inline;
    1765     margin: auto;
    17661761}
    17671762
     
    30823077    }
    30833078
    3084     .format-quote .entry-content small,
    3085     .format-quote .entry-content cite {
     3079    .format-quote blockquote small,
     3080    .format-quote blockquote cite,
     3081    .format-quote .quote-caption {
    30863082        font-size: 13px;
    30873083    }
Note: See TracChangeset for help on using the changeset viewer.