Added quotes around type="text"

changed the bottom margin for input type="text" from 1 to zero
b=18138, r=buster
This commit is contained in:
rods%netscape.com 2000-03-18 14:43:48 +00:00
Родитель 3e11ee0c01
Коммит ad9eac5f4d
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -881,7 +881,7 @@ button:focus:-moz-focus-inner {
border : 1px dotted black; border : 1px dotted black;
} }
input[type=text] { input[type="text"] {
box-sizing: border-box; box-sizing: border-box;
font-family:-moz-fixed; font-family:-moz-fixed;
border: 2px inset rgb(204, 204, 204); /* for Nav Quirks */ border: 2px inset rgb(204, 204, 204); /* for Nav Quirks */
@ -890,7 +890,7 @@ input[type=text] {
color: black; color: black;
padding: 0px; padding: 0px;
margin-top: 1px; margin-top: 1px;
margin-bottom: 1px; margin-bottom: 0px;
margin-left: 0px; margin-left: 0px;
margin-right: 0px; margin-right: 0px;
} }

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

@ -881,7 +881,7 @@ button:focus:-moz-focus-inner {
border : 1px dotted black; border : 1px dotted black;
} }
input[type=text] { input[type="text"] {
box-sizing: border-box; box-sizing: border-box;
font-family:-moz-fixed; font-family:-moz-fixed;
border: 2px inset rgb(204, 204, 204); /* for Nav Quirks */ border: 2px inset rgb(204, 204, 204); /* for Nav Quirks */
@ -890,7 +890,7 @@ input[type=text] {
color: black; color: black;
padding: 0px; padding: 0px;
margin-top: 1px; margin-top: 1px;
margin-bottom: 1px; margin-bottom: 0px;
margin-left: 0px; margin-left: 0px;
margin-right: 0px; margin-right: 0px;
} }