Active
Project:
Zenophile
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 May 2011 at 17:19 UTC
Updated:
28 May 2011 at 17:19 UTC
In zen_midnight.css all the image paths for the tabs are broken. For example, line 123:
background-image: url(images/tab-bar.png);
Should be:
background-image: url(../images/tab-bar.png);