Making WordPress.org


Ignore:
Timestamp:
08/12/2014 06:20:51 AM (11 years ago)
Author:
coffee2code
Message:

Code Reference: add handbook styles. props nicolealleyinteractivecom

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss

    r744 r780  
    3434        h6 {
    3535            color: #1e1e1e;
    36             font-family: $header-font;
    37         }
    38 
    39     }
    40 
    41     h2.widget-title,
    42     h3.widget-title {
    43         font-family: $header-font;
     36        }
     37
    4438    }
    4539
     
    5347    }
    5448
    55     h2 {
     49    h1 {
    5650        font-size: 28px;
    5751        font-size: 2.8rem;
     
    5953        line-height: 3.2rem;
    6054    }
    61     h3 {
     55    h2 {
    6256        font-size: 22px;
    6357        font-size: 2.2rem;
    6458        line-height: 26px;
    6559        line-height: 2.6rem;
     60    }
     61    h3 {
     62        font-size: 20px;
     63        font-size: 2rem;
     64        line-height: 24px;
     65        line-height: 2.4rem;
    6666    }
    6767    h4 {
     
    372372
    373373    .site-header {
    374         background: none repeat scroll 0 0 #F7F7F7;
    375         border-bottom: 1px solid #DFDFDF;
    376         height: 62px;
     374        background: none repeat scroll 0 0 #F7F7F7;
     375        border-bottom: 1px solid #DFDFDF;
     376        height: 62px;
     377        margin-bottom: 1em;
    377378    }
    378379    .site-branding {
     
    400401        font-size: 13px;
    401402        font-size: 1.3rem;
    402     }
    403     .breadcrumb-trail {
    404         margin-top: 1em;
    405403    }
    406404    h1.entry-title,
     
    10691067
    10701068    }
     1069
     1070    nav.post-navigation .nav-links a {
     1071        width: 49%;
     1072        display: inline-block;
     1073        &[rel="prev"] {
     1074            text-align: left;
     1075        }
     1076        &[rel="next"] {
     1077            text-align: right;
     1078        }
     1079    }
    10711080}
    10721081
Note: See TracChangeset for help on using the changeset viewer.