On 25 May 2012 22:57, Vell <lovell.mcilwain@gmail.com> wrote:
> Hello all,
>
> I have been struggling all day with getting css files to load in my
> application. I am attempting to use the rails-ui-themes gem to help style my
> application but right now just getting simple css code to render is not
> working.
>
> I have tried removing the require_tree and including the file individually
> and it still does not seem to work. When I look at the source of my html,
> every css file is loaded including the application.css file but nothing
> seems to happen.
First check the html is valid by copy/paste the complete page source
(View > Page Source or similar in your browser) into the w3c html
validator. If that is ok then run firebug in firefox and you should
be able to see whether the css is there.
Colin
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
No comments:
Post a Comment