I'm not an expert in Drupal themeing, but it seems the subtheme features need some work. The way "text" and "print" get included in fluidgrid/template.php means they always get added _after_ any normal subtheme css files, and thereby makes it impossible to override styles in subthemes. Considering common attributes such as fonts, colors etc are defined in the text.css which is loaded in this way makes it hard to start building subthemes.
Possible workarounds:
* disabling the checkboxes activating text.css/print.css etc in the theme configuration and adding the modified files to the subtheme settings and css styles
* getting rid of those "dynamic" styles except where it makes sense (debug and/or similar), preferring to set/include those files as "normal" css files in the info file
Comments
Comment #1
Anonymous (not verified) commentedThanks for pointing this out, I will integrate this in next BETA
Comment #2
Anonymous (not verified) commentedOups, forgot to mark this as fixed :)