Show
Ignore:
Timestamp:
07/28/08 20:05:04 (4 months ago)
Author:
mattn
Message:

workarround for IE

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • websites/coderepos.org/trac/share/js/TracUtils.js

    r16763 r16765  
    456456 
    457457                        // workarround for IE 
    458                         if ($.browser.msie) $(a).parent().css({backgroundColor: 'white'}); 
     458                        if ($.browser.msie && $("#content").attr("class") == 'timeline') { 
     459                                $(a).parent().css({backgroundColor: 'white'}); 
     460                        } 
    459461                } 
    460462