Restore the appearance of input buttons.

This commit is contained in:
Tom Hughes 2008-04-23 09:06:06 +00:00
parent b465917259
commit cbb59310d3

View file

@ -529,6 +529,10 @@ input[type="text"], input[type="password"], textarea {
border: 1px solid black;
}
input[type="submit"] {
border: 1px solid black;
}
.nohome .location {
display: none;
}