From http://api.drupal.org/api/drupal/includes!common.inc/function/drupal_add...

Note that Modules should always prefix the names of their CSS files with the module name; for example, system-menus.css rather than simply menus.css. Themes can override module-supplied CSS files based on their filenames, and this prefixing helps prevent confusing name collisions for theme developers.

I personally had a collision between default.css from the default skin and a file in my theme named default.css.

Comments

Jorrit’s picture

Assigned: Jorrit » Unassigned

I have added the prefix sweaver- to the skin css file.

Jorrit’s picture

Version: 6.x-1.1 » 7.x-1.x-dev

Should I commit it to 7.x-1.x too?

Anonymous’s picture

yes, please do.

Jorrit’s picture

Status: Active » Fixed

Done.

Anonymous’s picture

Thank you Jorrit!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.