Make WordPress Core

Changeset 39405


Ignore:
Timestamp:
12/01/2016 02:51:59 AM (8 years ago)
Author:
westonruter
Message:

Twenty Seventeen: Make spacing on pages without comments consistent

Previously, the top of the page had more space than the bottom, not matching the original design.

Props laurelfulford, melchoyce.
Merges [39404] onto the 4.7 branch.
Fixes #38972 for 4.7.

Location:
branches/4.7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.7

  • branches/4.7/src/wp-content/themes/twentyseventeen/style.css

    r39389 r39405  
    22402240}
    22412241
     2242.page:not(.home) #content {
     2243    padding-bottom: 1.5em;
     2244}
     2245
    22422246/* 404 page */
    22432247
     
    36583662
    36593663    .site-content {
    3660         padding: 6.5em 0 0;
     3664        padding: 5.5em 0 0;
    36613665    }
    36623666
     
    38173821    .archive.page-one-column:not(.has-sidebar) .page-header {
    38183822        margin-bottom: 4em;
     3823    }
     3824
     3825    .page:not(.home) #content {
     3826        padding-bottom: 3.25em;
    38193827    }
    38203828
Note: See TracChangeset for help on using the changeset viewer.