From 075b760c91ffdeb436f5bcea78420df69fc70759 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 19 Apr 2008 10:14:52 +0000 Subject: [PATCH] Only add a border to text input fields. --- public/stylesheets/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.43.2