Hello,
I would to use a css file called style.css with seb_list template. I have placed style.css in seb_list/css/ but the file is not loaded. In fact, I think I had to modify seb_list/index.php whith something like that :
// Add CSS file
$doc = JFactory::getDocument();
$doc->addStyleSheet( JURI::root( true ).'/templates/'.$cck->template. '/css/'.'style.css' );
but it doesn't work with new version of seb_list...
Thanks for an idea !