From: Tom Hughes Date: Sat, 19 Apr 2008 10:14:52 +0000 (+0000) Subject: Only add a border to text input fields. X-Git-Tag: live~8804^2~4 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/075b760c91ffdeb436f5bcea78420df69fc70759 Only add a border to text input fields. --- diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index dee3e8504..c7f1b0085 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -525,7 +525,7 @@ hides rule from IE5-Mac \*/ list-style: square; } -input { +input[type="text"] { border: 1px solid black; }