Making WordPress.org


Ignore:
Timestamp:
01/17/2017 01:53:43 AM (7 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: After [4680], only set notices to display: inline-block in post content.

This prevents them from being misaligned if there are no topics or replies to display.

See #2356.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css

    r4693 r4697  
    50635063
    50645064.bbpress #bbpress-forums div.bbp-template-notice {
    5065     display: inline-block;
    50665065    padding: .5rem;
    50675066    border: none;
    50685067    border-radius: 3px;
     5068}
     5069
     5070.bbpress #bbpress-forums .bbp-topic-content div.bbp-template-notice,
     5071.bbpress #bbpress-forums .bbp-reply-content div.bbp-template-notice {
     5072    display: inline-block;
    50695073}
    50705074
Note: See TracChangeset for help on using the changeset viewer.