From 7cafcf878aa7114f9618feed7a835c232de2d498 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 23 Apr 2008 07:43:33 +0000 Subject: [PATCH] Fix typo. --- 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 35a76c498..0ebec9c59 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -525,7 +525,7 @@ hides rule from IE5-Mac \*/ list-style: square; } -input[type="text"], input[type="password"], textareas { +input[type="text"], input[type="password"], textarea { border: 1px solid black; } -- 2.43.2