Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#878 closed defect (bug) (fixed)

Small CSS syntax error in widget-activity.css

Reported by: chouf1's profile 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)

css misspelling.diff (509 bytes) - added by plrk 15 years ago.

Download all attachments as: .zip

Change History (3)

#1 @epicalex
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

#2 @apeatling
15 years ago

  • Milestone changed from 1.0.4 to 1.1

Milestone 1.0.4 deleted

Note: See TracTickets for help on using tickets.