Making WordPress.org


Ignore:
Timestamp:
11/08/2018 10:12:38 AM (6 years ago)
Author:
netweb
Message:

Support Forum: Updated bbPress templates and styles

See #3485.

File:
1 edited

Legend:

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

    r7256 r7835  
    449449
    450450/*--------------------------------------------------------------
     451# .single
    451452# .page
    452453--------------------------------------------------------------*/
     454.single,
    453455.page {
    454456
     
    464466            @media screen and ( min-width: $ms-breakpoint ) {
    465467                padding: 0 2rem;
     468                margin: 0;
     469                width: 65%;
    466470            }
    467471        }
     
    495499                @media screen and ( min-width: $ms-breakpoint ) {
    496500                    padding: 0 2rem;
     501                    margin: 0;
     502                    width: 65%;
    497503                }
    498504            }
     
    538544}
    539545
     546.single,
    540547.page-template-page-full-width {
    541548
Note: See TracChangeset for help on using the changeset viewer.