From: Tom Hughes Date: Wed, 23 Apr 2008 09:06:06 +0000 (+0000) Subject: Restore the appearance of input buttons. X-Git-Tag: live~7823 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/cbb59310d3fb610aedd0f76beb6dc374bd3cb7e0?hp=b465917259e790ed9274d362ebae9d10d2711527 Restore the appearance of input buttons. --- 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; }