Ticket #878 (closed defect: fixed)
Small CSS syntax error in widget-activity.css
| Reported by: | chouf1 | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.1 |
| 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
Change History
Note: See
TracTickets for help on using
tickets.

