Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/29/2018 01:40:28 PM (7 years ago)
Author:
mercime
Message:

Nouveau: Fix skipped heading levels.

See #7728.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/sass/_nouveau_messages.scss

    r11686 r11913  
    395395    }
    396396
    397     #thread-preview h4:first-child,
    398     #bp-message-thread-header h4:first-child {
     397    #thread-preview h2:first-child,
     398    #bp-message-thread-header h2:first-child {
    399399        background-color: $light-grey;
    400400        color: $bp-text;
     401        font-weight: 700;
    401402        margin: 0;
    402403        padding: 0.5em;
Note: See TracChangeset for help on using the changeset viewer.