Unable to style the user referrals view on the user page individually as no class has been assigned.

Adding the following code to the $referrals array will fix this.
$referrals['#attributes'] = array('class'=>'user-referral');
approx line 255

Comments

kbahey’s picture

Can you please create a patch for this against the -dev version?

See http://drupal.org/patch for details.