#878 closed defect (bug) (fixed)
Small CSS syntax error in widget-activity.css
Reported by: | chouf1 | Owned by: | |
---|---|---|---|
Milestone: | 1.1 | Priority: | minor |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
bp-activity/css/widget-activity.css
I guess this
.widget_bp_core_recently_active_widget div.item-avatar {
display: inline;
margin: 0 5px 5x 0;
}
should be better with this
.widget_bp_core_recently_active_widget div.item-avatar {
display: inline;
margin: 0 5px 5px 0;
}
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Milestone 1.0.4 deleted