Our project is starting to use trinidad, but stylesheets(css) do not work any
more. For example,
<t:div styleClass="displayBlock">
</t:div>
.displayBlock {
display:inline;
}
The style above is not working. From browser html source, our style is put
after trinidad skining css file.
Is there is a way to disable trinidad skinning?
Thanks for help.
Dave

