Changeset 2206
- Timestamp:
- 05/03/10 17:56:47 (2 years ago)
- Location:
- branches/5.2/www/default
- Files:
-
- 1 added
- 2 edited
-
css/default.css (modified) (1 diff)
-
images/icon_comments.png (added)
-
includes/themes/merced/templates/inc/ie_conditional_includes.cfm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2/www/default/css/default.css
r1777 r2206 979 979 .svIndex dd.comments { 980 980 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%; 982 982 } 983 983 -
branches/5.2/www/default/includes/themes/merced/templates/inc/ie_conditional_includes.cfm
r1083 r2206 12 12 <script> 13 13 /* EXAMPLE */ 14 DD_belatedPNG.fix('dd.rating ');14 DD_belatedPNG.fix('dd.rating, dd.comments'); 15 15 /* string argument can be any CSS selector */ 16 16 </script>
Note: See TracChangeset
for help on using the changeset viewer.
