I am working on a theme using 'framework theme' as my starting point. When trying to style a list the system.css is taking over and I am being very specific in my css. One thing I noticed by using firefox web developer tools the order of css is my style.cc than system.css (which should be first not second in line).

Any ideas on how I can force the re-ordering of this?

Thanks,

Comments

bwv’s picture

Style.css is the last file read by drupal. Are you saying that the changes you make to style.css are not being read? Have you uploaded the style sheet to find out if this is in fact the case, or have you relied solely on webdeveloper?
----------------------------------------------------------------------
http://classicvinyl.biz
http://music.bwv810.com
http://davidhertzberg.com
http://association.drupal.org/user/1207

I am a writer, researcher and solo drupal freelancer

scrambled’s picture

style sheet is loaded. I have to be tagging it wrong. :(

Jeff Burnz’s picture

Be more specific with the selector, your selectors are either wrong/or not specific enough.

scrambled’s picture

i am sure you are correct. I feel like I have tried every combination. So close yet so far away :)

BradleyT’s picture

I had this problem too. The only solution (that I found) was to get 3-4 levels specific.

ckng’s picture