Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/28/2010 05:37:50 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Addresses #2465. I hate zebras now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-themes/bp-default/_inc/global.js

    r3084 r3106  
    820820    /** Alternate Highlighting ******************************************/
    821821
    822     jq('body#bp-default table tbody tr, div.message-box').each( function(i) {
    823         if ( i % 2 != 1 )
     822    jq('div.message-box').each( function(i) {
     823        if ( i % 2 == 1 )
    824824            jq(this).addClass('alt');
    825825    });
     826
     827    jq('body#bp-default table tbody tr:nth-child(even)').addClass('alt');
    826828
    827829    /** Private Messaging ******************************************/
Note: See TracChangeset for help on using the changeset viewer.