Skip to:
Content

bbPress.org

Changeset 6527


Ignore:
Timestamp:
06/12/2017 05:12:21 PM (8 years ago)
Author:
johnjamesjacoby
Message:

Styling: Improve theme compatibility of avatars & content areas in default themes.

This makes sure that avatars in forum & topic descriptions are always horizontally centered, are not accidentally turned into block-elements by parent-theme img styling, and that content areas always occupy the full width of their parent element.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/templates/default/css/bbpress.css

    r6409 r6527  
    258258div.bbp-reply-header,
    259259li.bbp-body div.hentry {
    260     margin-bottom: 0;
     260    margin: 0;
    261261    overflow: hidden;
    262262    padding: 8px;
     
    10551055    -webkit-box-shadow: none;
    10561056    box-shadow: none;
     1057    display: inline-block;
    10571058}
    10581059
     
    10641065#bbpress-forums .widget_display_replies img.avatar {
    10651066    float: none;
    1066     margin-bottom: -7px;
     1067    vertical-align: middle;
    10671068    border: 3px double #ddd;
    10681069}
Note: See TracChangeset for help on using the changeset viewer.