http://www.perlmonks.org?node_id=289478


in reply to Re: Add CSS class for signatures?
in thread Add CSS class for signatures?

I'm curious, though. This will expose my css ignorance, but isn't the named class supposed to be in a style sheet? So, wouldn't using the class pmsig-NNN mean that you'd have to set up a style for the individual monk's sig?

If you're fortunate enough to use a browser with vaguely decent CSS2 support you could use a selector like this:

/* make all pmsigs bold */ div[class|=pmsig] { font-weight: bold; }