I've just started down the path of 3.5 -> 4.2 and am having one heck of a time getting the migration going.
One that's bugging me is the underscores on all the page links. I can't figure out how to turn them off, and on the Atlassian wiki it does not appear to be on.
I can confirm that this is coming from CONF_INST/confluence/includes/css/wiki-content.css:125-129 with the following content:
.wiki-content a,
.wiki-content a:link,
.wiki-content a:visited {
text-decoration: underline;
}
Now I could quite simply edit this stylesheet (and wiki-content-min.css) to correct this, though I'd like a proper solution that I don't have to remember to apply whenever I update Confluence.
I've tried overriding this style in the spaces stylesheet and the global stylesheet with no luck.
Confluence 4.x really is driving me up the wall.