Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

Help with List text Underline

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<&#47;h3>
<p>Collapsible content<&#47;p>
<&#47;div>
<div data-role="collapsible">
<h3>Section 2<&#47;h3>
<p>Collapsible content<&#47;p>
<&#47;div>
<&#47;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.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Help with List text Underline

What is your Theme "swatch"?
There is a theme in your code, maybe there is a mismatch between the theme/swatch.

Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

Help with List text Underline

My Theme "swatch" Is fine everywhere else. no underlining. But when used in example above in place of data-theme"c".
The text "Section 1" etc is underlined.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Help with List text Underline

Check the CSS, something is probably overwriting it. Are you sure that

data-theme="c" data-content-theme="c"

is correct?

Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

Help with List text Underline

yes its jquery theme standards.
Thanks anyway. I'll muck around with it.

Return to “Issues”