Make WordPress Core

Changeset 23546


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

Twenty Thirteen: trim down font properties, props obenland. Fixes #23546.

File:
1 edited

Legend:

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

    r23545 r23546  
    749749.entry-caption {
    750750    color: #220e10;
    751     font: 300 italic 18px/1.5 "Source Sans Pro", Helvetica, sans-serif;
    752     margin: 0;
     751    font-size: 18px;
     752    font-style: italic;
     753    font-weight: 300;
    753754}
    754755
     
    18641865
    18651866.image-navigation .meta-nav {
    1866     font: 300 32px "Source Sans Pro", Helvetica, sans-serif;
     1867    font-size: 32px;
     1868    font-weight: 300;
    18671869    vertical-align: -webkit-calc(-4px);
    18681870    vertical-align:         calc(-4px);
     
    19341936
    19351937.paging-navigation .nav-next {
    1936     line-height: 5;
     1938    padding: 13px 0;
    19371939}
    19381940
    19391941.paging-navigation a {
    1940     font: 300 italic 22px/1 "Source Sans Pro", Helvetica, sans-serif;
     1942    font-size: 22px;
     1943    font-style: italic;
     1944    font-weight: 300;
    19411945}
    19421946
     
    19461950    color: #fff;
    19471951    display: inline-block;
    1948     font: 300 26px/1 "Source Sans Pro", Helvetica, sans-serif;
    1949     padding: 5px 0 8px;
     1952    font-size: 26px;
     1953    padding: 3px 0 8px;
    19501954    text-align: center;
    1951     width: 40px;
     1955    width: 50px;
    19521956}
    19531957
    19541958.paging-navigation .nav-previous .meta-nav {
    19551959    margin-right: 10px;
    1956     padding: 25px 0 28px;
     1960    padding: 17px 0 23px;
    19571961    width: 80px;
    19581962}
     
    19701974    background-color: #fff;
    19711975    color: #ca3c08;
    1972     font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
     1976    font-size: 20px;
     1977    font-style: italic;
     1978    font-weight: 300;
    19731979    padding: 20px 0;
    19741980}
     
    21152121
    21162122.error404 .page-title {
    2117     font: 300 italic 30px/0.6 "Source Sans Pro", Helvetica, sans-serif;
     2123    line-height: 0.6;
    21182124    margin: 0;
    21192125    padding: 300px;
     
    23712377
    23722378.comment-navigation {
    2373     font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
     2379    font-size: 20px;
     2380    font-style: italic;
     2381    font-weight: 300;
    23742382    margin: 0 auto;
    23752383    max-width: 604px;
     
    25462554    background-color: #e8e5ce;
    25472555    color: #7d7b6d;
    2548     font: 14px "Source Sans Pro", Helvetica, sans-serif;
     2556    font-size: 14px;
    25492557    text-align: center;
    25502558}
     
    28722880        cursor: pointer;
    28732881        display: inline-block;
    2874         font: bold 16px "Source Sans Pro", Helvetica, sans-serif;
     2882        font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
    28752883        margin: 0;
    28762884        padding: 12px 0 12px 20px;
     
    29502958    .format-gallery .entry-title,
    29512959    .format-video .entry-title {
    2952         font: bold 22px 'Bitter', serif;
     2960        font-size: 22px;
     2961        font-weight: bold;
    29532962    }
    29542963
Note: See TracChangeset for help on using the changeset viewer.