Remove 100% width which was causing IE to wrap at a silly place.

This commit is contained in:
gerv%gerv.net 2005-08-16 15:26:33 +00:00
parent 3d3c6b6621
commit f5c4dd0d02

View File

@ -37,7 +37,7 @@ input[type="text"] {
width: 62.5%;
}
#subject, #comments {
#subject {
width: 100%;
}