Making WordPress.org


Ignore:
Timestamp:
01/08/2018 09:00:43 PM (7 years ago)
Author:
coffee2code
Message:

Support Theme: Use <main> to wrap page content on user profile pages instead of <div id="pagebody">.

Makes the template more consistent with other site templates. More immediately, it prevents lack of side padding at small viewports and left-aligns the main content area with header and primary menu.

Fixes #3290.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss

    r6050 r6317  
    944944
    945945
     946
     947
     948/*--------------------------------------------------------------
     949# User Profile
     950--------------------------------------------------------------*/
     951.bbp-single-user {
     952    .page-header {
     953        h1 {
     954            margin-bottom: 1rem;
     955        }
     956    }
     957}
     958
     959
     960
     961
    946962/*--------------------------------------------------------------
    947963# Plugin / Theme specific support pages
Note: See TracChangeset for help on using the changeset viewer.