Is there a way to make that normal text and links share the same style in CSS ?
Please find below an example :
div.test, div.test a
{
font-size:0.8em;
}
I would like text and links to get the same style but it is not working as expected...
Any help welcome.
Cheers.
Gotye.