Use same font on input widgets and select widgets as we use in the body

This commit is contained in:
Andreas Öman 2008-05-03 07:03:30 +00:00
parent 0d7cbe9ac2
commit 3492f0319c

View file

@ -1,6 +1,13 @@
body {
font: 11px Lucida Grande, Verdana, Arial, Helvetica, sans serif;
}
select {
font: 11px Lucida Grande, Verdana, Arial, Helvetica, sans serif;
}
input {
font: 11px Lucida Grande, Verdana, Arial, Helvetica, sans serif;
}
a, a:hover, a:visited, a:active {
color: #aa6600;