only put border around honkform

This commit is contained in:
Ted Unangst 2019-07-06 14:36:07 -04:00
parent e294b1978b
commit 0907a7fcfc
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ input[type=file] {
padding-right: 1em;
padding-top: 0;
}
.honk form {
.honk #honkform {
padding: 1em;
border: 1px solid #dde;
}