On Saturday, May 26, 2012 12:07:33 PM UTC-4, Colin Law wrote: > > On 25 May 2012 22:57, Vell <> 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. >
Thanks for the response Colin. I ran my code for the form through http://validator.w3.org/ and it stated that my code passed. When I launch firebug while i have that page loaded, firebug says that there are no rules in the stylesheet. But again when I look at my html source all of the stylesheets are loaded though none of them don't have anything in them aside from the one that I have started editing. > > Colin > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/x2nQRmHL5oAJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

