Opened 17 years ago
Closed 17 years ago
#1331 closed defect (bug) (fixed)
Syntax issue in CSS
| Reported by: | chouf1 | Owned by: | jason_jm |
|---|---|---|---|
| Priority: | major | Milestone: | 1.1.3 |
| Component: | Version: | ||
| Severity: | Keywords: | CSS, needs-testing, has-patch | |
| Cc: | jason_jm |
Description
In bp_default/_inc/css/screen.css:1411
Replace
.widget_bp_core_recently_active_widget div.item-avatar {
display: inline;
margin: 0 5px
5x
0;
by
.widget_bp_core_recently_active_widget div.item-avatar {
display: inline;
margin: 0 5px 5px 0;
Attachments (1)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
V1 of patch.