If you need SVN credentials please coordinate with your account manager.
Our default stylesheet is located at public/stylesheets/common.css. Then there are “view” files that call this stylesheet using this code:
<%= stylesheet_link_tag “common” %>
The view files are located in app/views/layouts and there are probably 8-10 files where this code would need to be changed. If your file name is my.css then you would update the code to read:
<%= stylesheet_link_tag “my” %>
Where that would map to public/stylesheets/my.css.