[ticket/7932] Fix font size in select boxes

PHPBB3-7932
This commit is contained in:
Joas Schilling 2011-10-29 23:32:47 +02:00
parent 86f8851c40
commit cf49b5f46f

View file

@ -26,6 +26,7 @@ select {
border: 1px solid #666666;
padding: 1px;
background-color: #FAFAFA;
font-size: 1em;
}
option {