Skip to:
Content

bbPress.org


Ignore:
Timestamp:
01/17/2017 07:26:55 AM (9 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/templates/default/extras/page-topics-no-replies.php

    r5770 r6253  
    2222                                <?php the_content(); ?>
    2323
    24                                 <div id="bbpress-forums">
     24                                <div id="bbpress-forums" class="bbpress-wrapper">
    2525
    2626                                        <?php bbp_breadcrumb(); ?>
Note: See TracChangeset for help on using the changeset viewer.