I am working through the new Liferay in Action book and am currently on the theme part of the book. The book has you create an empty theme and says that it will look like the "default". Well that is just not the case. The default theme (class) looks great and the empty theme...well, looks like a non-styled disaster.
I checked the build.xml file and I see this:
1<property name="theme.parent" value="_styled" />
So instead of using the default classic theme it seems like it's using the _styled directory. I tried changing "_styled" to "classic", rebuild and redeploy but it did not appear to make any difference. What is the correct way to tell it to use the classic theme and then I will apply my "_diffs"?