I am using Liferay 6.1 with Tomcat , i have created Themes and deployed them but somehow they are not being reflected in Web Site . Please tell me if i am doing anything wrong .
These are the steps i followed
Created a Theme called as TestTheme-theme using Liferay Eclipse Plugin
Ran the build.xml file The build was successful)
It created a _diffs directory (folder under the PLUGINSDK\themes\TestTheme-theme\docroot
Navigated to Liferays tomcat-7.0.22\webapps\ROOT\html\themes_styled and copied the css folder to the newly created _diffs folder .
Modified the custom.css file under the _diffs folder .
Ran build.xml for Deployment ( The Build was successfull)
Opened browser http:localhost:8086
I couldn't anywhere my css chnanges on to the browser .
Please let me know if i am missing something .( I am uisng Lifery 6.1)
And please see the image also