Changeset 2206


Ignore:
Timestamp:
05/03/10 17:56:47 (2 years ago)
Author:
seanschroeder
Message:

Swapping out the comments icon for a png instead of a gif

Location:
branches/5.2/www/default
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.2/www/default/css/default.css

    r1777 r2206  
    979979.svIndex dd.comments { 
    980980        padding-left: 13px !important; 
    981         background: url(../images/icon_comments.gif) no-repeat 0 50%; 
     981        background: url(../images/icon_comments.png) no-repeat 0 50%; 
    982982        } 
    983983 
  • branches/5.2/www/default/includes/themes/merced/templates/inc/ie_conditional_includes.cfm

    r1083 r2206  
    1212                <script> 
    1313                  /* EXAMPLE */ 
    14                   DD_belatedPNG.fix('dd.rating'); 
     14                  DD_belatedPNG.fix('dd.rating, dd.comments'); 
    1515                  /* string argument can be any CSS selector */ 
    1616                </script> 
Note: See TracChangeset for help on using the changeset viewer.