Found a small typo.

File:
/corolla/style.css

Line #747

  background: url(/inc/drupal/images/forum-hoht.png) no-repeat center center;

Should be forum-hot.png:

  background: url(images/forum-hot.png) no-repeat center center;

Comments

rallycivic’s picture

Version: 7.x-1.21 » 7.x-2.2

This typo is in version 7.x-2.2 as well.

corolla/css/tables.css needs line 131:

background: url(images/forum-hoht.png) no-repeat center center;

changed to
background: url(images/forum-hot.png) no-repeat center center;