I'm making some changes on Redmine Project on my local, I need to alter appearance, so I changed application.css, then I realized that I need changes in only some views, so let application.css to be same, but I copy my modified version to applicationNewIssueForm.css and I added <%= stylesheet_link_tag "applicationNewIssueForm" %> to views which I want to change. Unfortunately appearance of my views are not same where I used applicaition.css as defult and I added <%= stylesheet_link_tag "applicationNewIssueForm" %> although they are identical. What causes this problem? Thanks.
--~--~---------~--~----~------------~-------~--~----~ 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 [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 -~----------~----~----~----~------~----~------~--~---

