in reply to Text size customization

Yes, but it's not easy to find. The incantation that works for me from my user CSS is this.

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

Replies are listed 'Best First'.
Re^2: Text size customization
by John M. Dlugosz (Monsignor) on Apr 01, 2008 at 19:52 UTC
    Awesome, thanks!

    Interesting that the absolute size of 2 is what is matched, when the tag actually has -1.

    —John

      The tags this matches for me have size 2, not size -1. Either you're looking at the wrong font tags, or you have have some settings changed to different from me, or the rule is wrong and it's actually some other css rule that's fixed the reply sizes for me.

        The DOM has 2. The HTML source has -1.

        —John