XF 2.0 Underline links in post message only

I made it this way: combine the hints from above
CSS:
/* links underline in messages only */
.message-userContent a.link.link--internal {text-decoration:underline;}
.message-userContent a.link.link--external {text-decoration:underline;}

This way, I have no underline at signatures eg. Works with Xenforo 2.2.6 PL2
 
Top Bottom