Skip to:
Content

bbPress.org


Ignore:
Timestamp:
01/17/2017 07:26:55 AM (8 years ago)
Author:
johnjamesjacoby
Message:

Theme Compat: Improved Twenty Seventeen support:

  • Add supplemental bbpress-wrapper class to #bbpress-forums div elements
  • Remove box-shadow styling form bbPress's entry-content section links
  • Provides middle-of-the-road targeting of bbPress template content, for complex styling relationships where ID's may be too powerful and classes may not have existed previously
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/extend/buddypress/groups.php

    r6250 r6253  
    842842        bbp_set_query_name( 'bbp_single_forum' ); ?>
    843843
    844         <div id="bbpress-forums">
     844        <div id="bbpress-forums" class="bbpress-wrapper">
    845845
    846846            <?php switch ( $forum_action ) :
Note: See TracChangeset for help on using the changeset viewer.