Ticket #878 (closed defect: fixed)

Opened 7 months ago

Last modified 6 months ago

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

css misspelling.diff Download (509 bytes) - added by plrk 7 months ago.

Change History

Changed 7 months ago by plrk

Changed 6 months ago by epicalex

  • status changed from new to closed
  • resolution set to fixed

Changed 6 months ago by apeatling

  • milestone changed from 1.0.4 to 1.1

Milestone 1.0.4 deleted

Note: See TracTickets for help on using tickets.