Error messages in log entry about icons.css. Lines 65-70:

#forum tr td.forum div.name {
  background-image: url(images/icons/drupal/forum-default.png);
}

#forum tr.new-topics td.forum div.name {
  background-image: url(images/icons/drupal/forum-new.png);

The 'drupal' directory doesn't exist... or at least, it's not in my Deco download – and I've re-downloaded it several times.

This sometimes causes the site to crash in Firefox (not tested in other browsers).

Any ideas?

Many thanks

Comments

c31ck’s picture

Status: Active » Fixed

I added the missing icons in 6.x-1.x-dev.
http://drupal.org/commitlog/commit/3850/837d073c0c64541f06d3f9872aa0ffd1...

Removed the references to missing icons in 7.x-1.x-dev. Default Drupal icons are used in 7.x, so no need to use our own in icons.css.
http://drupal.org/commitlog/commit/3850/7cd0ec5cfb9b1eb539569012ada0ad84...

Thank you for reporting.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.