Making WordPress.org


Ignore:
Timestamp:
11/13/2019 01:21:47 AM (6 years ago)
Author:
dd32
Message:

Support: Realign the headers of topics/replies after bbPress2.6 changed the underlying HTML.

See #4840.

File:
1 edited

Legend:

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

    r8437 r9270  
    262262        }
    263263
     264        /* bbPress 2.5 */
    264265        div.bbp-reply-author a.bbp-author-name,
    265         div.bbp-topic-author a.bbp-author-name {
     266        div.bbp-topic-author a.bbp-author-name,
     267        /* bbPress 2.6 */
     268        div.bbp-reply-author a.bbp-author-link span.bbp-author-name,
     269        div.bbp-topic-author a.bbp-author-link span.bbp-author-name {
    266270            clear: none;
    267271            font-size: ms(0);
Note: See TracChangeset for help on using the changeset viewer.