From 0907a7fcfcc1911c6cd05214930537e372b1cfae Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Sat, 6 Jul 2019 14:36:07 -0400 Subject: [PATCH] only put border around honkform --- views/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/style.css b/views/style.css index f66f42a..febbaa7 100644 --- a/views/style.css +++ b/views/style.css @@ -118,7 +118,7 @@ input[type=file] { padding-right: 1em; padding-top: 0; } -.honk form { +.honk #honkform { padding: 1em; border: 1px solid #dde; }