Needs review
Project:
Corolla
Version:
7.x-2.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2011 at 21:16 UTC
Updated:
11 Apr 2012 at 09:11 UTC
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
Comment #1
rallycivic commentedThis 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;