Aldro (
aldro) wrote in
style_system2011-05-31 05:19 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Entry tags:
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.
Oh, and just in case... Here's my CSS.
no subject
input, textarea, select { }
seems to fix it.
no subject
no subject
font-size: 13px;
in textarea#commenttext { }. It seems to render correctly in Firebug.
no subject
no subject