Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Beginnings …


chrishajer
Participant

@chrishajer

You mean the size of the font, not the width of the box? I think you want to find this section in your stylesheet and experiment with some different values for line-height and font-size:

form.login input {

border: 1px solid #999;

padding: 2px;

line-height: 14px;

font-size: 12px;

margin: 0;

}

Skip to toolbar