Aldro ([personal profile] aldro) wrote in [community profile] style_system2011-05-31 05:19 pm

Font Size Reply Form

I would like to change the font size of text written in the reply form on the comment pages, as it's very tiny now. Yet I can't figure out what code in my CSS covers that section, so I don't know what to change. I'm hoping that anyone here can help me out. Thanks in advance!

Oh, and just in case... Here's my CSS.

samjohnsson: It's just another mask (Default)

[personal profile] samjohnsson 2011-05-31 05:41 pm (UTC)(link)
It's because the font size for the canvas div is 1.2em, which inherits strangely in dependent classes. Spiking a font-size into
input, textarea, select { }
seems to fix it.
samjohnsson: It's just another mask (Default)

[personal profile] samjohnsson 2011-05-31 09:37 pm (UTC)(link)
Huh. should've. What units of measure did you use? Could try putting
font-size: 13px;
in textarea#commenttext { }. It seems to render correctly in Firebug.
samjohnsson: It's just another mask (Default)

[personal profile] samjohnsson 2011-05-31 11:58 pm (UTC)(link)
I have no idea, then. I can get it to change in Firebug and render in Firefox by fixing those, but I don't know what's going on in your actual style that would be blocking it.
synecdochic: torso of a man wearing jeans, hands bound with belt (Default)

[personal profile] synecdochic 2011-07-18 02:28 am (UTC)(link)
(belatedly) Likely, the problem is with your browser font settings, not with your CSS. Try changing your browser font settings so that the font used for fixed-width is larger? That might help.

(I know that default Firefox "out of the box" has a very, very small font size for fixed-with font, which is always the first thing I change.)