Making WordPress.org

Ticket #4493: 4493.diff

File 4493.diff, 1.2 KB (added by dufresnesteven, 5 years ago)

This patch fixes padding above the section and below the support forums container.

  • wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_site.scss

    diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_site.scss wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_site.scss
    index bf87e9ea0..0e9919038 100644
    body, #pagebody { 
    295295        }
    296296}
    297297
     298// For the homepage, we don't want to have the default site main padding
     299body.home #page .site-main {
     300        padding: 5rem 0;
     301}
     302
    298303
    299304/*--------------------------------------------------------------
    300305# .sidebar
  • wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/style-original.scss

    diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/style-original.scss wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/style-original.scss
    index f5edeb48f..2e9e179eb 100644
    body { 
    1212        text-align: left;
    1313}
    1414
    15 body:not(.trac):not(.home-page) #main {
     15body:not(.trac):not(.home-page):not(.home) #main {
    1616        margin-top: 2rem;
    1717}
    1818