I must be missing something really simple, but I could not find anyone else with the problem. Basically, Rails 3.1 merges all the .css files into application.css. After I installed ActiveAdmin, ActiveAdmin's CSS are also merged into application.css, causes conflict and overrides my stylesheet.

What am I missing here?

link|improve this question

69% accept rate
feedback

1 Answer

up vote 5 down vote accepted

I removed *= require_tree . from application.css and added each other css individually. Not sure whether this is the best way, but it works.

link|improve this answer
Please mark your own answer as accepted – lucapette Dec 2 '11 at 22:19
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.