Make WordPress Core

Changeset 23548


Ignore:
Timestamp:
03/01/2013 04:01:45 AM (12 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: better font-size rules all blockquotes, setting a smaller base rule and overriding the large only for entry content. Also fix too-wide comment iframes.

Props Viper007Bond for the nudge. Fixes #23651.

File:
1 edited

Legend:

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

    r23547 r23548  
    255255
    256256blockquote {
    257     font-size: 24px;
     257    font-size: 18px;
    258258    font-style: italic;
    259259    font-weight: 300;
     
    267267blockquote cite,
    268268blockquote small {
    269     font-size: 16px;
     269    font-size: 14px;
    270270    font-weight: normal;
    271271    text-transform: uppercase;
     
    11711171}
    11721172
     1173.entry-content blockquote {
     1174    font-size: 24px;
     1175}
     1176
     1177.entry-content blockquote cite,
     1178.entry-content blockquote small {
     1179    font-size: 16px;
     1180}
     1181
    11731182footer.entry-meta {
    11741183    margin-top: 24px;
     
    21612170.comment-list,
    21622171#reply-title,
    2163 #respond #commentform {
     2172#respond #commentform,
     2173#respond iframe {
     2174    display: block;
    21642175    margin: 0 auto;
    21652176    max-width: 604px;
     
    22882299    content: '\f412';
    22892300    margin-right: 3px;
    2290 }
    2291 
    2292 .comment-content blockquote {
    2293     font-size: 18px;
    22942301}
    22952302
Note: See TracChangeset for help on using the changeset viewer.