commenting out the the generic input type's vertical-align and border widget

This commit is contained in:
rods%netscape.com 1999-09-20 20:58:58 +00:00
Родитель 035e785f04
Коммит 637edcdd1f
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -200,8 +200,8 @@ input[type=password] {
}
input {
vertical-align: bottom;
border: 2px inset rgb(192, 192, 192);
/*vertical-align: bottom;*/
/*border: 2px inset rgb(192, 192, 192);*/
background-color: transparent;
color: black;
}