Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#1331 closed defect (bug) (fixed)

Syntax issue in CSS

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

(JASON_JM)(BP)screen.css_ticket-1331(v1).patch (483 bytes) - added by jason_jm 15 years ago.
V1 of patch.

Download all attachments as: .zip

Change History (5)

#1 @jason_jm
15 years ago

  • Cc jason_jm added
  • Owner set to jason_jm
  • Status changed from new to assigned

#2 @jason_jm
15 years ago

  • Keywords CSS needs-testing has-patch added; screen.css removed

Patch attached.

#3 @jason_jm
15 years ago

  • Summary changed from CSS error to Syntax issue in CSS

#4 @apeatling
15 years ago

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

(In [2106]) Fixes #1331 props jason_jm

Note: See TracTickets for help on using tickets.