// 150css
/**  
 * CSS driver settings
 */
$mime_drivers['horde']['css'] = array(
    'inline' => true,
    'handles' => array(
        'text/css', 'x-extension/css'
    ),
    'icons' => array(
        'default' => 'html.png'
    )
);   
    
