#878 closed defect (bug) (fixed)
Small CSS syntax error in widget-activity.css
| Reported by: | chouf1 | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.1 |
| Component: | Version: | ||
| Severity: | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Milestone 1.0.4 deleted