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


in reply to Size of text in replies when showing threads

This has bothered me for ages so I've overridden it with user CSS. It wasn't easy to figure out the right incantation, it's this:

tr.reply-body ul.indent font[size="2"] { font-size: 100% }

I'm mentioning this in case anyone wants to write a rule to emulate the old behaviour.