Using Theme Roller CSS in ASP.NET web app
I am new to jQuery and Ajax. I have what is probably a dumb question. Are there any shortcuts or tips for taking a theme from the Theme Roller and integrating it into a Visual Studio ASP.NET web app project? The default web app project already has a style sheet but I would like to apply the style from the Theme Roller into the web app. I suspect I'll have to do a tedious examination of the markup in the Site.Master and edit its style tags. Is that what I'll have to do? Or, is there a better way to handle this situation?