Making WordPress.org


Ignore:
Timestamp:
11/09/2018 05:30:18 PM (7 years ago)
Author:
coffee2code
Message:

Support Theme: Limit HelpHub-specific styles to HelpHub sections.

Props SergeyBiryukov, coffee2code.
See #3485.

File:
1 edited

Legend:

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

    r7835 r7836  
    8282    }
    8383}
     84
     85.helphub-page {
     86    .entry-header {
     87        .entry-title {
     88            @media screen and ( min-width: $ms-breakpoint ) {
     89                margin: 0;
     90                width: 65%;
     91            }
     92        }
     93    }
     94
     95    .entry-content {
     96        section {
     97            .container {
     98                 @media screen and ( min-width: $ms-breakpoint ) {
     99                     margin: 0;
     100                     width: 65%;
     101                 }
     102             }
     103         }
     104     }
     105}
     106
Note: See TracChangeset for help on using the changeset viewer.