Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#1197 closed defect (bug) (fixed)

CSS Typo for Recently Active Member Avatar Widget

Reported by: davidtcarson's profile davidtcarson Owned by:
Milestone: 1.2 Priority: trivial
Severity: Version:
Component: Keywords: has-patch
Cc:

Description

See line 1411 of screen.css in /bp-themes/bp-default/_inc/css/screen.css

.widget_bp_core_recently_active_widget div.item-avatar {
display: inline;
margin: 0 5px 5'''x''' 0;
}

Attachments (1)

1197-1.patch (390 bytes) - added by DJPaul 15 years ago.

Download all attachments as: .zip

Change History (4)

#1 @davidtcarson
15 years ago

Tried to make the typo bold... anyhow, the bottom margin currently says "5x" where it should be "5px".

@DJPaul
15 years ago

#2 @DJPaul
15 years ago

  • Keywords has-patch added

#3 @hempsworth
15 years ago

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

This has previously been fixed, and the code in bp-classic is typo free

Note: See TracTickets for help on using tickets.