From cbb59310d3fb610aedd0f76beb6dc374bd3cb7e0 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 23 Apr 2008 09:06:06 +0000 Subject: [PATCH] Restore the appearance of input buttons. --- public/stylesheets/site.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index 0ebec9c59..d38f7844f 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -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; } -- 2.43.2