Making WordPress.org


Ignore:
Timestamp:
03/01/2017 08:23:37 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: Some adjustments after [5025]:

  • Remove unnecessary gap under user titles in Replies Created view.
  • Add a small right margin to topic or reply content displayed on a colored background.

See #2543.

File:
1 edited

Legend:

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

    r5025 r5029  
    158158        }
    159159
     160        .bbp-author-title {
     161            margin: 0;
     162        }
     163
    160164        .bbp-user-nicename,
    161165        .bbp-topic-post-date,
     
    184188        div.bbp-topic-content {
    185189            padding: 0;
    186             margin: 0 0 0 5%;
     190            margin: 0 2.5% 0 5%;
    187191        }
    188192
     
    720724            }
    721725
    722             .bbp-author-title {
    723                 margin: 0;
    724             }
    725 
    726726            div.bbp-forum-content,
    727727            div.bbp-reply-content,
Note: See TracChangeset for help on using the changeset viewer.