hi there !
i'm having a problem here, whenever I'm trying to change a css class, it's not applying.
for instance I'm trying to change the colour of my links for pda devices.
therefore I opened mj_xhtml.css in template/pda and did this small change.
but it's still the same colour that is showing.
mobile : samsung galaxy spica on android and nexus one on android too.
any idea ?
i'm having a problem here, whenever I'm trying to change a css class, it's not applying.
for instance I'm trying to change the colour of my links for pda devices.
therefore I opened mj_xhtml.css in template/pda and did this small change.
a, a:link, a:visited {
color: #6B6B6B;
}
but it's still the same colour that is showing.
mobile : samsung galaxy spica on android and nexus one on android too.
any idea ?