Hey. Just wondering...
When I use "Panel" And put this in
Eg.
code
<div data-role="collapsible-set" data-theme="c" data-content-theme="c" data-mini="true">
<div data-role="collapsible">
<h3>Section 1</h3>
<p>Collapsible content</p>
</div>
<div data-role="collapsible">
<h3>Section 2</h3>
<p>Collapsible content</p>
</div>
</div>
/code
The Text in the items is fine.
But when I use my Theme "swatch"
The text is Underlined like a std html link?
What am I doing wrong?
Tks.