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

chup’s picture

Not 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!

SteveK’s picture

Status: Needs work » Closed (won't fix)

this was fixed in the 6.2-dev release. http://drupal.org/node/407866