Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/18/2019 08:33:46 AM (7 years ago)
Author:
imath
Message:

BP Nouveau: polish the layout of BuddyPress parts in Twenty Nineteen

Fixes #8023

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/common-styles/_bp_generic_and_typography.scss

    r12285 r12398  
    11// BP Generic elements, Typography and Images.
    2 // @version 4.0.0
     2// @since 3.0.0
     3// @version 5.0.0
    34
    45// ========= Generic Sitewide elements ========
     
    6768        }
    6869
    69         .entry-content {
     70        .entry-content,
     71        .entry .entry-content > * {
    7072            float: none;
    7173            max-width: none;
    72             //padding: 0 $pad-xlrg;
    7374        }
    7475
     
    126127            padding: 0;
    127128        }
     129
     130        // Specific to Twenty Nineteen
     131        h2:before {
     132            display: none;
     133        }
    128134    }
    129135}
Note: See TracChangeset for help on using the changeset viewer.