ui-accordion with list issue
I have just downloaded the 1.6rc6 of ui-themes.
One problem I am seeing is that before my unordered list would show up
as normal HTML list.
After upgrading to 1.6rc6. I am seeing my list getting displayed in-
line.
.ui-accordion li { /* ui.accordion.css */
display:inline;
}
I don't think this should happen. This would mean I'd have put extra
line of css to stop the ui theme breaking my page. Why would ui change
my content?
Framework are good but pushing me to write extra line of code that I
don't need is not a way to go about it it.