HTML, CSS..: different font size in buttons and selects than for plain text (at least in FF)
Posted
by user248959
on Stack Overflow
See other posts from Stack Overflow
or by user248959
Published on 2010-06-07T12:53:09Z
Indexed on
2010/06/07
13:02 UTC
Read the original article
Hit count: 173
Hi,
I have this rule:
body {
font-family: Arial,Helvetica,sans-serif;
font-size: 12px
}
but i have different font size for the selects and the buttons then for plain text.
What should i do if i want the same size for everything?
Regards
Javi
© Stack Overflow or respective owner