Making WordPress.org

Changeset 3584


Ignore:
Timestamp:
06/26/2016 11:37:06 AM (10 years ago)
Author:
obenland
Message:

Breath: Bring sidebar and content part margins closer to mockup.

See #1778.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css

    r3583 r3584  
    99.site-header .site-title {
    1010    font-family: 'Open Sans', sans-serif;
    11 }
    12 
    13 body {
    14     line-height: 1.5;
    1511}
    1612
     
    4238    background: #0073aa;
    4339    float: none;
    44     margin: 0 0 2em;
     40    margin: 0 0 4em;
    4541    padding: 18px 0;
    4642    width: auto;
     
    107103 * p2-breathe/style.css overrides
    108104 */
     105body {
     106    line-height: 1.5;
     107}
    109108
    110109body,
     110.widget,
    111111.o2-app-page-title {
    112     background-color: #fff;
     112    background-color: transparent;
     113}
     114
     115.content-area {
     116    width: 71%;
    113117}
    114118
     
    235239    background: #fef0f0;
    236240}
     241
     242
     243.widget {
     244    margin: 0 0 4em;
     245    padding: 0;
     246}
Note: See TracChangeset for help on using the changeset viewer.