Closed (won't fix)
Project:
Basic
Version:
6.x-2.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 May 2010 at 10:58 UTC
Updated:
16 Jun 2010 at 00:55 UTC
The file tabs.css points on the wrong image folder
there is
background: [..] url(images/.png) [..] ;
istead of
background: [..] url(../images/tabs.png) [..] ;
file tree :
basic
| \
css images
| \
tabs.css tabs
Comments
Comment #1
chup commentedNot only tabs.css have this wrong path, IE6.css have some too. I think contributors forgot about this when placed all style files into CSS directory.
Developers, please, fix this small issue with paths in next releases!
Comment #2
SteveK commentedthis was fixed in the 6.2-dev release. http://drupal.org/node/407866