Opened 15 years ago
Closed 15 years ago
#1331 closed defect (bug) (fixed)
Syntax issue in CSS
Reported by: | chouf1 | Owned by: | jason_jm |
---|---|---|---|
Milestone: | 1.1.3 | Priority: | major |
Severity: | Version: | ||
Component: | 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.
V1 of patch.